Mark inline asm tests as requiring LLVM 10.0.1

This commit is contained in:
Amanieu d'Antras 2021-03-25 20:21:58 +00:00
parent 6e17a5c5fd
commit 62e7331bd2
15 changed files with 15 additions and 15 deletions

View File

@ -1,4 +1,4 @@
// no-system-llvm
// min-llvm-version: 10.0.1
// assembly-output: emit-asm
// compile-flags: -O
// compile-flags: --target aarch64-unknown-linux-gnu

View File

@ -1,4 +1,4 @@
// no-system-llvm
// min-llvm-version: 10.0.1
// assembly-output: emit-asm
// compile-flags: --target aarch64-unknown-linux-gnu
// needs-llvm-components: aarch64

View File

@ -1,4 +1,4 @@
// no-system-llvm
// min-llvm-version: 10.0.1
// assembly-output: emit-asm
// compile-flags: -O
// compile-flags: --target armv7-unknown-linux-gnueabihf

View File

@ -1,4 +1,4 @@
// no-system-llvm
// min-llvm-version: 10.0.1
// assembly-output: emit-asm
// compile-flags: --target armv7-unknown-linux-gnueabihf
// compile-flags: -C target-feature=+neon

View File

@ -1,4 +1,4 @@
// no-system-llvm
// min-llvm-version: 10.0.1
// assembly-output: emit-asm
// compile-flags: --target hexagon-unknown-linux-musl
// needs-llvm-components: hexagon

View File

@ -1,4 +1,4 @@
// no-system-llvm
// min-llvm-version: 10.0.1
// revisions: mips32 mips64
// assembly-output: emit-asm
//[mips32] compile-flags: --target mips-unknown-linux-gnu

View File

@ -1,4 +1,4 @@
// no-system-llvm
// min-llvm-version: 10.0.1
// assembly-output: emit-asm
// compile-flags: --target nvptx64-nvidia-cuda
// compile-flags: --crate-type cdylib

View File

@ -1,4 +1,4 @@
// no-system-llvm
// min-llvm-version: 10.0.1
// revisions: riscv64 riscv32
// assembly-output: emit-asm
//[riscv64] compile-flags: --target riscv64imac-unknown-none-elf

View File

@ -1,4 +1,4 @@
// no-system-llvm
// min-llvm-version: 10.0.1
// assembly-output: emit-asm
// compile-flags: --target wasm32-unknown-unknown
// compile-flags: --crate-type cdylib

View File

@ -1,4 +1,4 @@
// no-system-llvm
// min-llvm-version: 10.0.1
// revisions: x86_64 i686
// assembly-output: emit-asm
// compile-flags: -O

View File

@ -1,4 +1,4 @@
// no-system-llvm
// min-llvm-version: 10.0.1
// revisions: x86_64 i686
// assembly-output: emit-asm
//[x86_64] compile-flags: --target x86_64-unknown-linux-gnu

View File

@ -1,5 +1,5 @@
//
// no-system-llvm
// min-llvm-version: 10.0.1
// compile-flags: -O
#![crate_type="lib"]

View File

@ -1,4 +1,4 @@
// no-system-llvm
// min-llvm-version: 10.0.1
// only-x86_64
// run-pass

View File

@ -1,4 +1,4 @@
// no-system-llvm
// min-llvm-version: 10.0.1
// only-x86_64
// build-fail

View File

@ -1,4 +1,4 @@
// no-system-llvm
// min-llvm-version: 10.0.1
// only-x86_64
// only-linux
// run-pass