diff options
| author | Alp Toker <alp@nuanti.com> | 2014-06-28 06:51:27 +0000 |
|---|---|---|
| committer | Alp Toker <alp@nuanti.com> | 2014-06-28 06:51:27 +0000 |
| commit | f76e6d8e6b29d8722c6d3476822a30fc89000ff1 (patch) | |
| tree | e9572a8d98d2f0a9029bc2ebc07d6e8f1d601914 /clang/test/Sema/arm_acle.c | |
| parent | c890aa5190e7fba784f234ab9c44a2d5186a1091 (diff) | |
| download | bcm5719-llvm-f76e6d8e6b29d8722c6d3476822a30fc89000ff1.tar.gz bcm5719-llvm-f76e6d8e6b29d8722c6d3476822a30fc89000ff1.zip | |
Get arm_acle tests from r211962 working
llvm-svn: 211979
Diffstat (limited to 'clang/test/Sema/arm_acle.c')
| -rw-r--r-- | clang/test/Sema/arm_acle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/arm_acle.c b/clang/test/Sema/arm_acle.c index 0bdbdce2a96..9a70f8514bf 100644 --- a/clang/test/Sema/arm_acle.c +++ b/clang/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 <arm_acle.h> |

