From: Tim Northover Date: Tue, 20 Aug 2013 13:19:43 +0000 (+0000) Subject: ARM: add test for last commit X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef2b1751c4d806509d080462146b4d01550b0d74;p=clang ARM: add test for last commit This time I managed to forget the test. Patch still by Stephen Kelly. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188797 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/arm-mfpu.c b/test/Driver/arm-mfpu.c index 3e579f10a2..de28232399 100644 --- a/test/Driver/arm-mfpu.c +++ b/test/Driver/arm-mfpu.c @@ -55,3 +55,7 @@ // RUN: | FileCheck --check-prefix=CHECK-NEON-FP-ARMV8 %s // CHECK-NEON-FP-ARMV8: "-target-feature" "+v8fp" // CHECK-NEON-FP-ARMV8: "-target-feature" "+neon" + +// RUN: %clang -target arm-linux-gnueabihf %s -### 2>&1 \ +// RUN: | FileCheck --check-prefix=CHECK-HF %s +// CHECK-HF: "-target-cpu" "arm1136jf-s"