]> granicus.if.org Git - clang/commitdiff
Fix test case.
authorAkira Hatanaka <ahatanaka@apple.com>
Sat, 25 Jul 2015 00:33:57 +0000 (00:33 +0000)
committerAkira Hatanaka <ahatanaka@apple.com>
Sat, 25 Jul 2015 00:33:57 +0000 (00:33 +0000)
This is a follow-up to r243185, which made changes to pass subtarget
feature "+reserve-x18" instead of backend option "-aarch64-reserve-x18".

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@243189 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/aarch64-fixed-x18.c

index 35d0caf0321736cc2f9230c9d2064098cac892ca..631865f9aa4af0dd7d6fe12ecf44c5a451f77d32 100644 (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"