From 472ba12f6cf38c37b2e020ae3df121ca7161618a Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Wed, 29 May 2024 07:40:21 +0200 Subject: [PATCH] enable ABI compat tests for nvptx --- tests/ui/abi/compatibility.rs | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/tests/ui/abi/compatibility.rs b/tests/ui/abi/compatibility.rs index 373d1cce1d73d..b43ad9e002076 100644 --- a/tests/ui/abi/compatibility.rs +++ b/tests/ui/abi/compatibility.rs @@ -52,12 +52,9 @@ //@ revisions: m68k //@[m68k] compile-flags: --target m68k-unknown-linux-gnu //@[m68k] needs-llvm-components: m68k -// FIXME: disabled on nvptx64 since the target ABI fails the sanity check -// see https://github.com/rust-lang/rust/issues/117480 -/* revisions: nvptx64 - [nvptx64] compile-flags: --target nvptx64-nvidia-cuda - [nvptx64] needs-llvm-components: nvptx -*/ +//@revisions: nvptx64 +//@[nvptx64] compile-flags: --target nvptx64-nvidia-cuda +//@[nvptx64] needs-llvm-components: nvptx // FIXME: disabled since it fails on CI saying the csky component is missing /* revisions: csky [csky] compile-flags: --target csky-unknown-linux-gnuabiv2