Re-Annotate the tests with needs-llvm-components

Doesn't work though, because compiletest doesn't process ignores on a
per-revision manner.
This commit is contained in:
Simonas Kazlauskas 2021-06-13 21:19:39 +03:00
parent a8e6a2cd9e
commit 493fe8008b
26 changed files with 61 additions and 24 deletions

View file

@ -1,9 +1,8 @@
//
// Checks that we correctly codegen extern "C" functions returning structs.
// See issue #52638.
// only-sparc64
// compile-flags: -O --target=sparc64-unknown-linux-gnu --crate-type=rlib
// needs-llvm-components: sparc
#![feature(no_core, lang_items)]
#![no_core]