forked from OSchip/llvm-project
Fix test case.
This is a follow-up to r243185, which made changes to pass subtarget feature "+reserve-x18" instead of backend option "-aarch64-reserve-x18". llvm-svn: 243189
This commit is contained in:
parent
35ccb0f7d4
commit
2da6ec2ee6
|
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang -target aarch64-none-gnu -ffixed-x18 -### %s 2> %t
|
||||
// RUN: FileCheck --check-prefix=CHECK-FIXED-X18 < %t %s
|
||||
|
||||
// CHECK-FIXED-X18: "-backend-option" "-aarch64-reserve-x18"
|
||||
// CHECK-FIXED-X18: "-target-feature" "+reserve-x18"
|
||||
|
|
|
|||
Loading…
Reference in New Issue