Skip to content

Commit 195cc97

Browse files
committed
Add a version to some FIXMEs that will be resolved in LLVM 20
1 parent 44ac940 commit 195cc97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ pub fn configure_f16_f128(target: &Target) {
7474
// Selection failure <https://github.com/llvm/llvm-project/issues/50374>
7575
"s390x" => false,
7676
// Infinite recursion <https://github.com/llvm/llvm-project/issues/97981>
77-
// FIXME(llvm): loongarch fixed by <https://github.com/llvm/llvm-project/pull/107791>
77+
// FIXME(llvm20): loongarch fixed by <https://github.com/llvm/llvm-project/pull/107791>
7878
"csky" => false,
7979
"hexagon" => false,
8080
"loongarch64" => false,
@@ -91,7 +91,7 @@ pub fn configure_f16_f128(target: &Target) {
9191
"amdgpu" => false,
9292
// Unsupported <https://github.com/llvm/llvm-project/issues/94434>
9393
"arm64ec" => false,
94-
// Selection failure <https://github.com/llvm/llvm-project/issues/96432>
94+
// FIXME(llvm20): fixed by <https://github.com/llvm/llvm-project/pull/117525>
9595
"mips64" | "mips64r6" => false,
9696
// Selection failure <https://github.com/llvm/llvm-project/issues/95471>
9797
"nvptx64" => false,

0 commit comments

Comments
 (0)