]> granicus.if.org Git - clang/commitdiff
Give this test a triple so that its use of thread_local doesn't make it fail on the...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 13 Apr 2013 00:34:48 +0000 (00:34 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 13 Apr 2013 00:34:48 +0000 (00:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179432 91177308-0d34-0410-b5e6-96231b3b80d8

test/Parser/cxx0x-decl.cpp

index c91cc9eb76a4d8d916ba3fc9b3c7cc2c0088b17e..c079522e8fd02248659872c4ba639c7e53b73990 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -verify -fsyntax-only -std=c++11 -pedantic-errors %s
+// RUN: %clang_cc1 -verify -fsyntax-only -std=c++11 -pedantic-errors -triple x86_64-linux-gnu %s
 
 // Make sure we know these are legitimate commas and not typos for ';'.
 namespace Commas {