From: Hans Wennborg Date: Sat, 23 Jun 2012 13:16:37 +0000 (+0000) Subject: Add triple to test/Sema/attr-tls_model.c X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1c5965906aecee1a35adf3e808943db4d7a2b98;p=clang Add triple to test/Sema/attr-tls_model.c Not all targets support __thread variables. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159080 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Sema/attr-tls_model.c b/test/Sema/attr-tls_model.c index 46f7d9b0f4..e184ebc82a 100644 --- a/test/Sema/attr-tls_model.c +++ b/test/Sema/attr-tls_model.c @@ -1,4 +1,4 @@ -// RUN: %clang -Xclang -verify -fsyntax-only %s +// RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -verify -fsyntax-only %s #if !__has_attribute(tls_model) #error "Should support tls_model attribute"