diff options
Diffstat (limited to 'test/Sema/tls.c')
-rw-r--r-- | test/Sema/tls.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/Sema/tls.c b/test/Sema/tls.c index 6d10363305ff..38bd3f202246 100644 --- a/test/Sema/tls.c +++ b/test/Sema/tls.c @@ -19,8 +19,4 @@ // Haiku does not suppport TLS. // RUN: not %clang_cc1 -triple i586-pc-haiku -fsyntax-only %s -// Bitrig suppports TLS. -// RUN: %clang_cc1 -triple x86_64-pc-bitrig -fsyntax-only %s -// RUN: %clang_cc1 -triple armv6-unknown-bitrig -fsyntax-only %s - __thread int x; |