From 397f32712369bfed739fe3cb180604b472b41942 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Wed, 4 Apr 2012 21:54:03 +0000 Subject: [PATCH] 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 --- test/CXX/temp/temp.arg/temp.arg.nontype/p1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: // -- 2.40.0