We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da159eb commit 472ba12Copy full SHA for 472ba12
tests/ui/abi/compatibility.rs
@@ -52,12 +52,9 @@
52
//@ revisions: m68k
53
//@[m68k] compile-flags: --target m68k-unknown-linux-gnu
54
//@[m68k] needs-llvm-components: m68k
55
-// FIXME: disabled on nvptx64 since the target ABI fails the sanity check
56
-// see https://github.com/rust-lang/rust/issues/117480
57
-/* revisions: nvptx64
58
- [nvptx64] compile-flags: --target nvptx64-nvidia-cuda
59
- [nvptx64] needs-llvm-components: nvptx
60
-*/
+//@revisions: nvptx64
+//@[nvptx64] compile-flags: --target nvptx64-nvidia-cuda
+//@[nvptx64] needs-llvm-components: nvptx
61
// FIXME: disabled since it fails on CI saying the csky component is missing
62
/* revisions: csky
63
[csky] compile-flags: --target csky-unknown-linux-gnuabiv2
0 commit comments