Simplify check for unsupported architectures
This commit is contained in:
parent
7677ff2879
commit
4aafecb169
@ -1,2 +0,0 @@
|
||||
error: the `-Zfixed-x18` flag is not supported on the `arm` architecture
|
||||
|
@ -1,2 +0,0 @@
|
||||
error: the `-Zfixed-x18` flag is not supported on the `x86` architecture
|
||||
|
@ -1,2 +0,0 @@
|
||||
error: the `-Zfixed-x18` flag is not supported on the `riscv32` architecture
|
||||
|
@ -1,2 +0,0 @@
|
||||
error: the `-Zfixed-x18` flag is not supported on the `riscv64` architecture
|
||||
|
@ -2,6 +2,8 @@
|
||||
// Behavior on aarch64 is tested by tests/codegen/fixed-x18.rs.
|
||||
//
|
||||
//@ revisions: x64 i686 arm riscv32 riscv64
|
||||
//@ error-pattern: the `-Zfixed-x18` flag is not supported
|
||||
//@ dont-check-compiler-stderr
|
||||
//
|
||||
//@ compile-flags: -Zfixed-x18
|
||||
//@ [x64] needs-llvm-components: x86
|
||||
|
@ -1,2 +0,0 @@
|
||||
error: the `-Zfixed-x18` flag is not supported on the `x86_64` architecture
|
||||
|
Loading…
Reference in New Issue
Block a user