Author: sdardis
Date: Fri May 12 14:55:32 2017
New Revision: 302941

URL: http://llvm.org/viewvc/llvm-project?rev=302941&view=rev
Log:
[Sema] Silence buildbot failures introduced by r302935

Attempt to silence buildbot failures by pinning the test to a given
triple rather than the host's triple.


Modified:
    cfe/trunk/test/Sema/vector-gcc-compat.c
    cfe/trunk/test/Sema/vector-gcc-compat.cpp

Modified: cfe/trunk/test/Sema/vector-gcc-compat.c
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Sema/vector-gcc-compat.c?rev=302941&r1=302940&r2=302941&view=diff
==============================================================================
--- cfe/trunk/test/Sema/vector-gcc-compat.c (original)
+++ cfe/trunk/test/Sema/vector-gcc-compat.c Fri May 12 14:55:32 2017
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -verify -fsyntax-only -Weverything
+// RUN: %clang_cc1 %s -verify -fsyntax-only -Weverything -triple 
x86_64-apple-darwin10
 
 // Test the compatibility of clang's vector extensions with gcc's vector
 // extensions for C. Notably &&, ||, ?: and ! are not available.

Modified: cfe/trunk/test/Sema/vector-gcc-compat.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Sema/vector-gcc-compat.cpp?rev=302941&r1=302940&r2=302941&view=diff
==============================================================================
--- cfe/trunk/test/Sema/vector-gcc-compat.cpp (original)
+++ cfe/trunk/test/Sema/vector-gcc-compat.cpp Fri May 12 14:55:32 2017
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -verify -fsyntax-only -Weverything -std=c++11
+// RUN: %clang_cc1 %s -verify -fsyntax-only -Weverything -std=c++11 -triple 
x86_64-apple-darwin10
 
 // Test the compatibility of clang++'s vector extensions with g++'s vector
 // extensions. In comparison to the extensions available in C, the !, ?:, && 
and


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to