diff options
| author | Justin Bogner <mail@justinbogner.com> | 2015-11-13 23:07:31 +0000 |
|---|---|---|
| committer | Justin Bogner <mail@justinbogner.com> | 2015-11-13 23:07:31 +0000 |
| commit | f9052563862e101df62eac60c2ac755e3b008606 (patch) | |
| tree | 4cdd77efc281ae11a656c99303268c480c07e0ef /clang/test | |
| parent | fff708db923499ee5db932b2d440aa12b5a4ed5c (diff) | |
| download | bcm5719-llvm-f9052563862e101df62eac60c2ac755e3b008606.tar.gz bcm5719-llvm-f9052563862e101df62eac60c2ac755e3b008606.zip | |
Revert "[AArch64] Unconditionally pass subtarget feature reserve-x18 on Darwin."
This reverts r243310, which is redundant as of r253102.
Conflicts:
lib/Driver/Tools.cpp
llvm-svn: 253104
Diffstat (limited to 'clang/test')
| -rw-r--r-- | clang/test/Driver/aarch64-fixed-x18.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/test/Driver/aarch64-fixed-x18.c b/clang/test/Driver/aarch64-fixed-x18.c index a79ac6cbcda..631865f9aa4 100644 --- a/clang/test/Driver/aarch64-fixed-x18.c +++ b/clang/test/Driver/aarch64-fixed-x18.c @@ -1,9 +1,4 @@ // RUN: %clang -target aarch64-none-gnu -ffixed-x18 -### %s 2> %t // RUN: FileCheck --check-prefix=CHECK-FIXED-X18 < %t %s -// RUN: %clang -target aarch64-none-gnu -### %s 2> %t -// RUN: FileCheck --check-prefix=CHECK-NO-FIXED-X18 < %t %s -// RUN: %clang -target -arm64-apple-ios -### %s 2> %t -// RUN: FileCheck --check-prefix=CHECK-FIXED-X18 < %t %s // CHECK-FIXED-X18: "-target-feature" "+reserve-x18" -// CHECK-NO-FIXED-X18-NOT: "-target-feature" "+reserve-x18" |

