diff options
-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" |