diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-04-04 21:54:03 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-04-04 21:54:03 +0000 |
| commit | 60f4f86a795e248bb10e05c1975859d2cd09981e (patch) | |
| tree | 2b974f814ac0aba09ca0ffac6910e4279caf8a74 /clang | |
| parent | fa4dbbf12a3bd9c51242ae6c3322d7b8c478692e (diff) | |
| download | bcm5719-llvm-60f4f86a795e248bb10e05c1975859d2cd09981e.tar.gz bcm5719-llvm-60f4f86a795e248bb10e05c1975859d2cd09981e.zip | |
Hardcode a triple to prevent the test failing on targets which don't support __thread.
llvm-svn: 154058
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/test/CXX/temp/temp.arg/temp.arg.nontype/p1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CXX/temp/temp.arg/temp.arg.nontype/p1.cpp b/clang/test/CXX/temp/temp.arg/temp.arg.nontype/p1.cpp index fc997f8b1f5..c4db0027052 100644 --- a/clang/test/CXX/temp/temp.arg/temp.arg.nontype/p1.cpp +++ b/clang/test/CXX/temp/temp.arg/temp.arg.nontype/p1.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fsyntax-only -verify %s +// RUN: %clang_cc1 -fsyntax-only -verify -triple=x86_64-linux-gnu %s // C++11 [temp.arg.nontype]p1: // |

