forked from OSchip/llvm-project
Add triple to test/Sema/attr-tls_model.c
Not all targets support __thread variables. llvm-svn: 159080
This commit is contained in:
parent
ac9fb36c31
commit
9dfcc10f9a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue