Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 330bdf8

Browse files
committed
Disable asm tests on system llvm
1 parent ddcdea4 commit 330bdf8

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

src/test/assembly/asm/aarch64-modifiers.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// no-system-llvm
12
// assembly-output: emit-asm
23
// compile-flags: -O
34
// compile-flags: --target aarch64-unknown-linux-gnu

src/test/assembly/asm/aarch64-types.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// no-system-llvm
12
// assembly-output: emit-asm
23
// compile-flags: --target aarch64-unknown-linux-gnu
34

src/test/assembly/asm/arm-modifiers.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// no-system-llvm
12
// assembly-output: emit-asm
23
// compile-flags: -O
34
// compile-flags: --target armv7-unknown-linux-gnueabihf

src/test/assembly/asm/arm-types.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// no-system-llvm
12
// assembly-output: emit-asm
23
// compile-flags: --target armv7-unknown-linux-gnueabihf
34
// compile-flags: -C target-feature=+neon

src/test/assembly/asm/riscv-modifiers.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// no-system-llvm
12
// assembly-output: emit-asm
23
// compile-flags: -O
34
// compile-flags: --target riscv64gc-unknown-linux-gnu

src/test/assembly/asm/riscv-types.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// no-system-llvm
12
// revisions: riscv64 riscv32
23
// assembly-output: emit-asm
34
//[riscv64] compile-flags: --target riscv64imac-unknown-none-elf

src/test/assembly/asm/x86-types.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// no-system-llvm
12
// revisions: x86_64 i686
23
// assembly-output: emit-asm
34
//[x86_64] compile-flags: --target x86_64-unknown-linux-gnu

0 commit comments

Comments
 (0)