r179432 - Give this test a triple so that its use of thread_local doesn't make it fail on the MSVC bot.

Richard Smith richard-llvm at metafoo.co.uk
Fri Apr 12 17:34:48 PDT 2013


Author: rsmith
Date: Fri Apr 12 19:34:48 2013
New Revision: 179432

URL: http://llvm.org/viewvc/llvm-project?rev=179432&view=rev
Log:
Give this test a triple so that its use of thread_local doesn't make it fail on the MSVC bot.

Modified:
    cfe/trunk/test/Parser/cxx0x-decl.cpp

Modified: cfe/trunk/test/Parser/cxx0x-decl.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Parser/cxx0x-decl.cpp?rev=179432&r1=179431&r2=179432&view=diff
==============================================================================
--- cfe/trunk/test/Parser/cxx0x-decl.cpp (original)
+++ cfe/trunk/test/Parser/cxx0x-decl.cpp Fri Apr 12 19:34:48 2013
@@ -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 {





More information about the cfe-commits mailing list