r191901 - Fix test to work on Linux hosts by specifying triple.
Tim Northover
tnorthover at apple.com
Thu Oct 3 07:29:54 PDT 2013
Author: tnorthover
Date: Thu Oct 3 09:29:54 2013
New Revision: 191901
URL: http://llvm.org/viewvc/llvm-project?rev=191901&view=rev
Log:
Fix test to work on Linux hosts by specifying triple.
Thought I'd checked that before
Modified:
cfe/trunk/test/Driver/darwin-eabi.c
Modified: cfe/trunk/test/Driver/darwin-eabi.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/darwin-eabi.c?rev=191901&r1=191900&r2=191901&view=diff
==============================================================================
--- cfe/trunk/test/Driver/darwin-eabi.c (original)
+++ cfe/trunk/test/Driver/darwin-eabi.c Thu Oct 3 09:29:54 2013
@@ -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"
More information about the cfe-commits
mailing list