Skip to content

Commit 318c3dd

Browse files
committed
Bump LLVM commit to e60b91df1357e6a5f66840581f4d5f57e258c0b4
Skips through the followings commits that do not affect the Rust port: * 38818b60c58c76ba89b990978cdfd2d7b6799260: only affects C++/LLVM specific details * 85395af27241ab9c8d5763b8afcaa07f1bab26d5: reverted by next commit * e60b91df1357e6a5f66840581f4d5f57e258c0b4: reverts previous commit
1 parent 2ced82c commit 318c3dd

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.0+llvm-462a31f5a5ab"
5+
version = "0.2.0+llvm-e60b91df1357"
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/462a31f5a5abb905869ea93cc49b096079b11aa4
3+
//! https://github.com/llvm/llvm-project/commit/e60b91df1357e6a5f66840581f4d5f57e258c0b4
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)