Add a version to some FIXMEs that will be resolved in LLVM 20
This commit is contained in:
parent
64e0a0a68d
commit
4e1b885595
1 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ pub fn configure_f16_f128(target: &Target) {
|
|||
// Selection failure <https://github.com/llvm/llvm-project/issues/50374>
|
||||
"s390x" => false,
|
||||
// Infinite recursion <https://github.com/llvm/llvm-project/issues/97981>
|
||||
// FIXME(llvm): loongarch fixed by <https://github.com/llvm/llvm-project/pull/107791>
|
||||
// FIXME(llvm20): loongarch fixed by <https://github.com/llvm/llvm-project/pull/107791>
|
||||
"csky" => false,
|
||||
"hexagon" => false,
|
||||
"loongarch64" => false,
|
||||
|
|
@ -91,7 +91,7 @@ pub fn configure_f16_f128(target: &Target) {
|
|||
"amdgpu" => false,
|
||||
// Unsupported <https://github.com/llvm/llvm-project/issues/94434>
|
||||
"arm64ec" => false,
|
||||
// Selection failure <https://github.com/llvm/llvm-project/issues/96432>
|
||||
// FIXME(llvm20): fixed by <https://github.com/llvm/llvm-project/pull/117525>
|
||||
"mips64" | "mips64r6" => false,
|
||||
// Selection failure <https://github.com/llvm/llvm-project/issues/95471>
|
||||
"nvptx64" => false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue