Skip to content

Commit 81bc4d0

Browse files
Reenable ABI compatibility test for csky
1 parent 084f058 commit 81bc4d0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tests/ui/abi/compatibility.rs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,16 @@
5252
//@ revisions: m68k
5353
//@[m68k] compile-flags: --target m68k-unknown-linux-gnu
5454
//@[m68k] needs-llvm-components: m68k
55+
//@ revisions: csky
56+
//@[csky] compile-flags: --target csky-unknown-linux-gnuabiv2
57+
//@[csky] needs-llvm-components: csky
58+
5559
// FIXME: disabled on nvptx64 since the target ABI fails the sanity check
5660
// see https://github.com/rust-lang/rust/issues/117480
5761
/* revisions: nvptx64
5862
[nvptx64] compile-flags: --target nvptx64-nvidia-cuda
5963
[nvptx64] needs-llvm-components: nvptx
6064
*/
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
64-
[csky] needs-llvm-components: csky
65-
*/
6665
#![feature(rustc_attrs, unsized_fn_params, transparent_unions)]
6766
#![cfg_attr(not(host), feature(no_core, lang_items), no_std, no_core)]
6867
#![allow(unused, improper_ctypes_definitions, internal_features)]

0 commit comments

Comments
 (0)