Skip to content

Commit

Permalink
Simplify check for unsupported architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn committed May 29, 2024
1 parent 7677ff2 commit 4aafecb
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 10 deletions.
2 changes: 0 additions & 2 deletions tests/ui/abi/fixed_x18.arm.stderr

This file was deleted.

2 changes: 0 additions & 2 deletions tests/ui/abi/fixed_x18.i686.stderr

This file was deleted.

2 changes: 0 additions & 2 deletions tests/ui/abi/fixed_x18.riscv32.stderr

This file was deleted.

2 changes: 0 additions & 2 deletions tests/ui/abi/fixed_x18.riscv64.stderr

This file was deleted.

2 changes: 2 additions & 0 deletions tests/ui/abi/fixed_x18.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions tests/ui/abi/fixed_x18.x64.stderr

This file was deleted.

0 comments on commit 4aafecb

Please sign in to comment.