[cfe-commits] r159080 - /cfe/trunk/test/Sema/attr-tls_model.c

Hans Wennborg hans at hanshq.net
Sat Jun 23 06:16:38 PDT 2012


Author: hans
Date: Sat Jun 23 08:16:37 2012
New Revision: 159080

URL: http://llvm.org/viewvc/llvm-project?rev=159080&view=rev
Log:
Add triple to test/Sema/attr-tls_model.c

Not all targets support __thread variables.

Modified:
    cfe/trunk/test/Sema/attr-tls_model.c

Modified: cfe/trunk/test/Sema/attr-tls_model.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Sema/attr-tls_model.c?rev=159080&r1=159079&r2=159080&view=diff
==============================================================================
--- cfe/trunk/test/Sema/attr-tls_model.c (original)
+++ cfe/trunk/test/Sema/attr-tls_model.c Sat Jun 23 08:16:37 2012
@@ -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"





More information about the cfe-commits mailing list