diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-03-17 11:55:46 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-03-17 11:55:46 +0000 |
commit | 23b5eaf706842f090615bd0e776e98b9c7f6ad8e (patch) | |
tree | cb7b90b3a9092f68069a0facd481422ff17eccf6 /clang | |
parent | bd7563eee2bd2414d459cf150ccdcb973ea8a3c7 (diff) | |
download | bcm5719-llvm-23b5eaf706842f090615bd0e776e98b9c7f6ad8e.tar.gz bcm5719-llvm-23b5eaf706842f090615bd0e776e98b9c7f6ad8e.zip |
clang/test/CXX/drs: Add "REQUIRES:LP64" to a couple of tests in r204033. [PR8833]
llvm-svn: 204038
Diffstat (limited to 'clang')
-rw-r--r-- | clang/test/CXX/drs/dr412.cpp | 1 | ||||
-rw-r--r-- | clang/test/CXX/drs/dr4xx.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/CXX/drs/dr412.cpp b/clang/test/CXX/drs/dr412.cpp index a09062b794d..e93795b6ee3 100644 --- a/clang/test/CXX/drs/dr412.cpp +++ b/clang/test/CXX/drs/dr412.cpp @@ -6,6 +6,7 @@ // lwg404: yes // lwg2340: yes +// REQUIRES: LP64 typedef __SIZE_TYPE__ size_t; namespace std { struct bad_alloc {}; } int x; diff --git a/clang/test/CXX/drs/dr4xx.cpp b/clang/test/CXX/drs/dr4xx.cpp index e6a2370938c..61dfd18c5f0 100644 --- a/clang/test/CXX/drs/dr4xx.cpp +++ b/clang/test/CXX/drs/dr4xx.cpp @@ -396,6 +396,7 @@ namespace dr428 { // dr428: yes } namespace dr429 { // dr429: yes c++11 + // REQUIRES: LP64 // FIXME: This rule is obviously intended to apply to C++98 as well. typedef __SIZE_TYPE__ size_t; struct A { |