Skip to content

Commit d7eb29f

Browse files
committed
Bump LLVM commit to 687bd77e2c26487cba727aacfa7067dd01286be0
Skips through the followings commits that do not affect the Rust port: * 8e58b79f67a9f921733b105a874c0d4f69dd50da: fixes typos not present in the Rust port * 687bd77e2c26487cba727aacfa7067dd01286be0: C++ specific changes
1 parent f995d93 commit d7eb29f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
members = ["fuzz"]
33

44
[workspace.package]
5-
version = "0.2.1+llvm-69668590592f"
5+
version = "0.2.1+llvm-687bd77e2c26"
66
edition = "2021"
77
license = "Apache-2.0 WITH LLVM-exception"
88

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Port of LLVM's APFloat software floating-point implementation from the
22
//! following C++ sources (please update commit hash when backporting):
3-
//! <https://github.com/llvm/llvm-project/commit/69668590592fcca2c2b22ba2257be57f0319fc9c>
3+
//! <https://github.com/llvm/llvm-project/commit/687bd77e2c26487cba727aacfa7067dd01286be0>
44
//! * `llvm/include/llvm/ADT/APFloat.h` -> `Float` and `FloatConvert` traits
55
//! * `llvm/lib/Support/APFloat.cpp` -> `ieee` and `ppc` modules
66
//! * `llvm/unittests/ADT/APFloatTest.cpp` -> `tests` directory

0 commit comments

Comments
 (0)