]> granicus.if.org Git - clang/commitdiff
Enable TLS support on OpenBSD.
authorBrad Smith <brad@comstyle.com>
Mon, 17 Jul 2017 01:06:46 +0000 (01:06 +0000)
committerBrad Smith <brad@comstyle.com>
Mon, 17 Jul 2017 01:06:46 +0000 (01:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@308156 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/tls.c

index a3fdc8ea513207df7a186e8004ea772a40af31ef..6d10363305ff49b548a46c3cbd0b6d1975a1eb9d 100644 (file)
@@ -12,9 +12,9 @@
 // RUN: %clang_cc1 -triple x86_64-pc-win32 -fsyntax-only %s
 // RUN: %clang_cc1 -triple i386-pc-win32 -fsyntax-only %s
 
-// OpenBSD does not suppport TLS.
-// RUN: not %clang_cc1 -triple x86_64-pc-openbsd -fsyntax-only %s
-// RUN: not %clang_cc1 -triple i386-pc-openbsd -fsyntax-only %s
+// OpenBSD suppports TLS.
+// RUN: %clang_cc1 -triple x86_64-pc-openbsd -fsyntax-only %s
+// RUN: %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