Skip to content

Commit 472ba12

Browse files
committed
enable ABI compat tests for nvptx
1 parent da159eb commit 472ba12

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

tests/ui/abi/compatibility.rs

+3-6
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,9 @@
5252
//@ revisions: m68k
5353
//@[m68k] compile-flags: --target m68k-unknown-linux-gnu
5454
//@[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-
*/
55+
//@revisions: nvptx64
56+
//@[nvptx64] compile-flags: --target nvptx64-nvidia-cuda
57+
//@[nvptx64] needs-llvm-components: nvptx
6158
// FIXME: disabled since it fails on CI saying the csky component is missing
6259
/* revisions: csky
6360
[csky] compile-flags: --target csky-unknown-linux-gnuabiv2

0 commit comments

Comments
 (0)