From: Richard Smith Date: Wed, 4 Apr 2012 21:54:03 +0000 (+0000) Subject: Hardcode a triple to prevent the test failing on targets which don't support __thread. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=397f32712369bfed739fe3cb180604b472b41942;p=clang Hardcode a triple to prevent the test failing on targets which don't support __thread. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154058 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CXX/temp/temp.arg/temp.arg.nontype/p1.cpp b/test/CXX/temp/temp.arg/temp.arg.nontype/p1.cpp index fc997f8b1f..c4db002705 100644 --- a/test/CXX/temp/temp.arg/temp.arg.nontype/p1.cpp +++ b/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: //