File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ pub fn configure_f16_f128(target: &Target) {
74
74
// Selection failure <https://github.com/llvm/llvm-project/issues/50374>
75
75
"s390x" => false ,
76
76
// 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>
78
78
"csky" => false ,
79
79
"hexagon" => false ,
80
80
"loongarch64" => false ,
@@ -91,7 +91,7 @@ pub fn configure_f16_f128(target: &Target) {
91
91
"amdgpu" => false ,
92
92
// Unsupported <https://github.com/llvm/llvm-project/issues/94434>
93
93
"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 >
95
95
"mips64" | "mips64r6" => false ,
96
96
// Selection failure <https://github.com/llvm/llvm-project/issues/95471>
97
97
"nvptx64" => false ,
You can’t perform that action at this time.
0 commit comments