Add triple to test/Sema/attr-tls_model.c

Not all targets support __thread variables.

llvm-svn: 159080
This commit is contained in:
Hans Wennborg 2012-06-23 13:16:37 +00:00
parent ac9fb36c31
commit 9dfcc10f9a
1 changed files with 1 additions and 1 deletions

View 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"