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:
Akira Hatanaka 2015-07-25 00:33:57 +00:00
parent 35ccb0f7d4
commit 2da6ec2ee6
1 changed files with 1 additions and 1 deletions

View File

@ -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"