]> granicus.if.org Git - clang/commitdiff
Add triple to test/Sema/attr-tls_model.c
authorHans Wennborg <hans@hanshq.net>
Sat, 23 Jun 2012 13:16:37 +0000 (13:16 +0000)
committerHans Wennborg <hans@hanshq.net>
Sat, 23 Jun 2012 13:16:37 +0000 (13:16 +0000)
Not all targets support __thread variables.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159080 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/attr-tls_model.c

index 46f7d9b0f44713c09654b6f6dc72a6c329ad1fc3..e184ebc82af0b034020ca6cbdb995e2031b1006f 100644 (file)
@@ -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"