diff options
author | Hans Wennborg <hans@hanshq.net> | 2012-06-23 13:16:37 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2012-06-23 13:16:37 +0000 |
commit | a1c5965906aecee1a35adf3e808943db4d7a2b98 (patch) | |
tree | 6d45ffa89c07b7c41b765a3cf967223b2704f91e | |
parent | 5e2d5dec7736f6f9292d4212dec67295909f1328 (diff) |
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
-rw-r--r-- | test/Sema/attr-tls_model.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |