Disable asm tests on system llvm

This commit is contained in:
Amanieu d'Antras 2020-05-06 12:04:22 +01:00
parent ddcdea45b6
commit 330bdf89b1
7 changed files with 7 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -1,3 +1,4 @@
// no-system-llvm
// assembly-output: emit-asm
// compile-flags: -O
// compile-flags: --target riscv64gc-unknown-linux-gnu

View File

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

View File

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