r308156 - Enable TLS support on OpenBSD.
Brad Smith via cfe-commits
cfe-commits at lists.llvm.org
Sun Jul 16 18:06:46 PDT 2017
Author: brad
Date: Sun Jul 16 18:06:46 2017
New Revision: 308156
URL: http://llvm.org/viewvc/llvm-project?rev=308156&view=rev
Log:
Enable TLS support on OpenBSD.
Modified:
cfe/trunk/test/Sema/tls.c
Modified: cfe/trunk/test/Sema/tls.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Sema/tls.c?rev=308156&r1=308155&r2=308156&view=diff
==============================================================================
--- cfe/trunk/test/Sema/tls.c (original)
+++ cfe/trunk/test/Sema/tls.c Sun Jul 16 18:06:46 2017
@@ -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
More information about the cfe-commits
mailing list