]> granicus.if.org Git - clang/commitdiff
Get arm_acle tests from r211962 working
authorAlp Toker <alp@nuanti.com>
Sat, 28 Jun 2014 06:51:27 +0000 (06:51 +0000)
committerAlp Toker <alp@nuanti.com>
Sat, 28 Jun 2014 06:51:27 +0000 (06:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211979 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/arm_acle.c
test/Sema/arm_acle.c

index 17462e8ae469ed5b9b2cccbbc9131a9272bf4c67..f766a8b9753420e2b1bc70f03631c04b2da4863a 100644 (file)
@@ -1,8 +1,7 @@
-// RUN: %clang_cc1 -triple armv8 -target-cpu cortex-a57 -O -S -emit-llvm -o - %s | FileCheck %s -check-prefix=ARM -check-prefix=AArch32
-// RUN: %clang_cc1 -triple aarch64 -target-cpu cortex-a57 -O -S -emit-llvm -o - %s | FileCheck %s -check-prefix=ARM -check-prefix=AArch64
+// RUN: %clang_cc1 -ffreestanding -triple armv8 -target-cpu cortex-a57 -O -S -emit-llvm -o - %s | FileCheck %s -check-prefix=ARM -check-prefix=AArch32
+// RUN: %clang_cc1 -ffreestanding -triple aarch64 -target-cpu cortex-a57 -O -S -emit-llvm -o - %s | FileCheck %s -check-prefix=ARM -check-prefix=AArch64
 
 #include <arm_acle.h>
-#include <stdint.h>
 
 /* Miscellaneous data-processing intrinsics */
 // ARM-LABEL: test_rev
index 0bdbdce2a965a5f69bf053b2941dcc4d04350daf..9a70f8514bf0592d8d4955ce2d996f0b7201345a 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple armv8 -target-cpu cortex-a57 -fsyntax-only -verify %s
+// RUN: %clang_cc1 -triple armv8 -target-cpu cortex-a57 -fsyntax-only -ffreestanding -verify %s
 
 #include <arm_acle.h>