forked from OSchip/llvm-project
[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. llvm-svn: 302941
This commit is contained in:
parent
517729fb20
commit
e94124804e
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue