From: Alp Toker Date: Sat, 28 Jun 2014 06:51:27 +0000 (+0000) Subject: Get arm_acle tests from r211962 working X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7a09086ab1592c2cc45ee9d73cf35648441646e;p=clang Get arm_acle tests from r211962 working git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211979 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/arm_acle.c b/test/CodeGen/arm_acle.c index 17462e8ae4..f766a8b975 100644 --- a/test/CodeGen/arm_acle.c +++ b/test/CodeGen/arm_acle.c @@ -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 -#include /* Miscellaneous data-processing intrinsics */ // ARM-LABEL: test_rev diff --git a/test/Sema/arm_acle.c b/test/Sema/arm_acle.c index 0bdbdce2a9..9a70f8514b 100644 --- a/test/Sema/arm_acle.c +++ b/test/Sema/arm_acle.c @@ -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