summaryrefslogtreecommitdiffstats
path: root/test/Sema
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2017-06-09 19:47:36 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2017-06-09 19:47:36 +0000
commitf24f5004bb6d565265caa86281edecffc596126b (patch)
treec52912239bb3204d00e9f3a0041ce057656077de /test/Sema
parentae2de79ce245a2bac0c19e905a78ba7fa923820c (diff)
Bringt back -triple so the test passes on non-x86.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305103 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Sema')
-rw-r--r--test/Sema/2010-05-31-palignr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/2010-05-31-palignr.c b/test/Sema/2010-05-31-palignr.c
index 7492e27247..d9bf8f68b7 100644
--- a/test/Sema/2010-05-31-palignr.c
+++ b/test/Sema/2010-05-31-palignr.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -ffreestanding -verify -fsyntax-only %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin -ffreestanding -verify -fsyntax-only %s
#include <tmmintrin.h>
#include <stdint.h>