summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorSimon Dardis <simon.dardis@imgtec.com>2017-04-06 11:12:14 +0000
committerSimon Dardis <simon.dardis@imgtec.com>2017-04-06 11:12:14 +0000
commit266f8f8d4c53f681293e7ec65bf566f4141b4708 (patch)
tree9b22fccaa5c99291f0539efa5182c7c853b24657 /clang
parent4e682348a2d408b48922d52fd0667f3343d8bd1c (diff)
downloadbcm5719-llvm-266f8f8d4c53f681293e7ec65bf566f4141b4708.tar.gz
bcm5719-llvm-266f8f8d4c53f681293e7ec65bf566f4141b4708.zip
[Sema] Retarget test to a specific platform for consistent datasizes
Attempt to satisfy llvm-clang-x86_64-expensive-checks-win by targeting x86_64-apple-darwin10 for Sema/vector-ops.c. The underlying failure is due to datatype differences between platforms. llvm-svn: 299643
Diffstat (limited to 'clang')
-rw-r--r--clang/test/Sema/vector-ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/vector-ops.c b/clang/test/Sema/vector-ops.c
index 1ace8d1ea25..9cdd9d2f174 100644
--- a/clang/test/Sema/vector-ops.c
+++ b/clang/test/Sema/vector-ops.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -verify -fsyntax-only -Wvector-conversion
+// RUN: %clang_cc1 %s -verify -fsyntax-only -Wvector-conversion -triple x86_64-apple-darwin10
typedef unsigned int v2u __attribute__ ((vector_size (8)));
typedef int v2s __attribute__ ((vector_size (8)));
typedef float v2f __attribute__ ((vector_size(8)));
OpenPOWER on IntegriCloud