diff options
Diffstat (limited to 'test/Sema/tls.c')
-rw-r--r-- | test/Sema/tls.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Sema/tls.c b/test/Sema/tls.c index 3b2a441..4e5cfef 100644 --- a/test/Sema/tls.c +++ b/test/Sema/tls.c @@ -17,4 +17,7 @@ // RUN: not %clang_cc1 -triple x86_64-pc-openbsd -fsyntax-only %s // RUN: not %clang_cc1 -triple i386-pc-openbsd -fsyntax-only %s +// Haiku does not suppport TLS. +// RUN: not %clang_cc1 -triple i586-pc-haiku -fsyntax-only %s + __thread int x; |