Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark asm tests as requiring LLVM 10.0.1 #83485

Merged
merged 1 commit into from
Mar 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/test/assembly/asm/aarch64-modifiers.rs
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// no-system-llvm
// min-llvm-version: 10.0.1
// only-x86_64
// only-linux
// run-pass
Expand Down