]> granicus.if.org Git - clang/commitdiff
Add a triple to unbreak buildbots where size_t is not 'unsigned long'.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 7 Oct 2013 22:58:25 +0000 (22:58 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 7 Oct 2013 22:58:25 +0000 (22:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192140 91177308-0d34-0410-b5e6-96231b3b80d8

test/CXX/lex/lex.literal/lex.ext/p5.cpp
test/CXX/lex/lex.literal/lex.ext/p7.cpp

index ff7c3b345ce8fc9ea99cca818193b1d1cc74ae92..d364a37c6cf138a55b515836bb987dba37474cb7 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -std=c++11 -verify %s
+// RUN: %clang_cc1 -fsyntax-only -std=c++11 -verify %s -triple=x86_64-linux-gnu
 
 using size_t = decltype(sizeof(int));
 
index 15321eb939cec57cc7384db4febea8113c65103f..be97f0cb922fe8bead080a40b5d6bf7ce4ef5e68 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -std=c++11 -verify %s
+// RUN: %clang_cc1 -fsyntax-only -std=c++11 -verify %s -triple=x86_64-linux-gnu
 
 using size_t = decltype(sizeof(int));
 namespace std {