From c11b389556d4feec943ced7eeb3125a598d3bba4 Mon Sep 17 00:00:00 2001 From: Tim Northover Date: Thu, 3 Oct 2013 14:29:54 +0000 Subject: [PATCH] Fix test to work on Linux hosts by specifying triple. Thought I'd checked that before git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191901 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/darwin-eabi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/Driver/darwin-eabi.c b/test/Driver/darwin-eabi.c index c264989438..744e536a13 100644 --- a/test/Driver/darwin-eabi.c +++ b/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" -- 2.50.1