diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-10-07 22:58:25 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-10-07 22:58:25 +0000 |
| commit | 20d920c84492c7c82b15f77a4afec3f1561423d2 (patch) | |
| tree | c2c7e0fe6c1e7bd20ad347e66b3b420e41fa5dea /clang | |
| parent | 3e67a657297ae529c99b294e2a54521e0ca18832 (diff) | |
| download | bcm5719-llvm-20d920c84492c7c82b15f77a4afec3f1561423d2.tar.gz bcm5719-llvm-20d920c84492c7c82b15f77a4afec3f1561423d2.zip | |
Add a triple to unbreak buildbots where size_t is not 'unsigned long'.
llvm-svn: 192140
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/test/CXX/lex/lex.literal/lex.ext/p5.cpp | 2 | ||||
| -rw-r--r-- | clang/test/CXX/lex/lex.literal/lex.ext/p7.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CXX/lex/lex.literal/lex.ext/p5.cpp b/clang/test/CXX/lex/lex.literal/lex.ext/p5.cpp index ff7c3b345ce..d364a37c6cf 100644 --- a/clang/test/CXX/lex/lex.literal/lex.ext/p5.cpp +++ b/clang/test/CXX/lex/lex.literal/lex.ext/p5.cpp @@ -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)); diff --git a/clang/test/CXX/lex/lex.literal/lex.ext/p7.cpp b/clang/test/CXX/lex/lex.literal/lex.ext/p7.cpp index 15321eb939c..be97f0cb922 100644 --- a/clang/test/CXX/lex/lex.literal/lex.ext/p7.cpp +++ b/clang/test/CXX/lex/lex.literal/lex.ext/p7.cpp @@ -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 { |

