From: Akira Hatanaka Date: Sat, 25 Jul 2015 00:33:57 +0000 (+0000) Subject: Fix test case. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d2607cfc6bcf887086238dd319b5dca4d5446ac;p=clang 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". git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@243189 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/aarch64-fixed-x18.c b/test/Driver/aarch64-fixed-x18.c index 35d0caf032..631865f9aa 100644 --- a/test/Driver/aarch64-fixed-x18.c +++ b/test/Driver/aarch64-fixed-x18.c @@ -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"