Skip to content

Commit

Permalink
Mark inline asm tests as requiring LLVM 10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Mar 25, 2021
1 parent 6e17a5c commit 62e7331
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/test/assembly/asm/aarch64-modifiers.rs
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/test/assembly/asm/aarch64-types.rs
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/test/assembly/asm/arm-modifiers.rs
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/test/assembly/asm/arm-types.rs
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/test/assembly/asm/hexagon-types.rs
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/test/assembly/asm/mips-types.rs
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/test/assembly/asm/nvptx-types.rs
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/test/assembly/asm/riscv-types.rs
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/test/assembly/asm/wasm-types.rs
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/test/assembly/asm/x86-modifiers.rs
@@ -1,4 +1,4 @@
// no-system-llvm
// min-llvm-version: 10.0.1
// revisions: x86_64 i686
// assembly-output: emit-asm
// compile-flags: -O
Expand Down
2 changes: 1 addition & 1 deletion src/test/assembly/asm/x86-types.rs
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/test/codegen/alloc-optimisation.rs
@@ -1,5 +1,5 @@
//
// no-system-llvm
// min-llvm-version: 10.0.1
// compile-flags: -O
#![crate_type="lib"]

Expand Down
2 changes: 1 addition & 1 deletion src/test/ui/asm/const.rs
@@ -1,4 +1,4 @@
// no-system-llvm
// min-llvm-version: 10.0.1
// only-x86_64
// run-pass

Expand Down
2 changes: 1 addition & 1 deletion src/test/ui/asm/srcloc.rs
@@ -1,4 +1,4 @@
// no-system-llvm
// min-llvm-version: 10.0.1
// only-x86_64
// build-fail

Expand Down
2 changes: 1 addition & 1 deletion src/test/ui/asm/sym.rs
@@ -1,4 +1,4 @@
// no-system-llvm
// min-llvm-version: 10.0.1
// only-x86_64
// only-linux
// run-pass
Expand Down

0 comments on commit 62e7331

Please sign in to comment.