diff options
| author | Tim Northover <tnorthover@apple.com> | 2013-10-03 14:29:54 +0000 |
|---|---|---|
| committer | Tim Northover <tnorthover@apple.com> | 2013-10-03 14:29:54 +0000 |
| commit | 4599d9470aadaf0739c4c7893adb483092b8c7fa (patch) | |
| tree | 90cc566dd447f4f1b71a89935e29621ec5bdc88a | |
| parent | e66c946ee41333510ad0ec8f8ddcda677a93747a (diff) | |
| download | bcm5719-llvm-4599d9470aadaf0739c4c7893adb483092b8c7fa.tar.gz bcm5719-llvm-4599d9470aadaf0739c4c7893adb483092b8c7fa.zip | |
Fix test to work on Linux hosts by specifying triple.
Thought I'd checked that before
llvm-svn: 191901
| -rw-r--r-- | clang/test/Driver/darwin-eabi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/test/Driver/darwin-eabi.c b/clang/test/Driver/darwin-eabi.c index c2649894382..744e536a13e 100644 --- a/clang/test/Driver/darwin-eabi.c +++ b/clang/test/Driver/darwin-eabi.c @@ -1,6 +1,5 @@ // RUN: %clang -arch armv7 -target thumbv7-apple-darwin-eabi -### -c %s 2>&1 | FileCheck %s --check-prefix=CHECK-AAPCS -// RUN: %clang -arch armv7 -### -c %s 2>&1 | FileCheck %s --check-prefix=CHECK-APCS -// RUN: %clang -arch armv7s -### -c %s 2>&1 | FileCheck %s --check-prefix=CHECK-APCS +// RUN: %clang -arch armv7s -target thumbv7-apple-ios -### -c %s 2>&1 | FileCheck %s --check-prefix=CHECK-APCS // RUN: %clang -arch armv7s -target thumbv7-apple-darwin -### -c %s 2>&1 | FileCheck %s --check-prefix=CHECK-APCS // CHECK-AAPCS: "-target-abi" "aapcs" |

