Skip to content

Commit ff32488

Browse files
committed
Switch commit hash (and containing URL) to the official LLVM monorepo.
1 parent 8527752 commit ff32488

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/lib.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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-mirror/llvm/tree/23efab2bbd424ed13495a420ad8641cb2c6c28f9
4-
//! * `include/llvm/ADT/APFloat.h` -> `Float` and `FloatConvert` traits
5-
//! * `lib/Support/APFloat.cpp` -> `ieee` and `ppc` modules
6-
//! * `unittests/ADT/APFloatTest.cpp` -> `tests` directory
3+
//! https://github.com/llvm/llvm-project/commit/f3598e8fca83ccfb11f58ec7957c229e349765e3
4+
//! * `llvm/include/llvm/ADT/APFloat.h` -> `Float` and `FloatConvert` traits
5+
//! * `llvm/lib/Support/APFloat.cpp` -> `ieee` and `ppc` modules
6+
//! * `llvm/unittests/ADT/APFloatTest.cpp` -> `tests` directory
77
//!
88
//! The port contains no unsafe code, global state, or side-effects in general,
99
//! and the only allocations are in the conversion to/from decimal strings.

0 commit comments

Comments
 (0)