r242116 - Mark clang/test/PCH/chain-openmp-threadprivate.cpp as REQUIRES:tls.

NAKAMURA Takumi geek4civic at gmail.com
Mon Jul 13 21:00:18 PDT 2015


Author: chapuni
Date: Mon Jul 13 23:00:18 2015
New Revision: 242116

URL: http://llvm.org/viewvc/llvm-project?rev=242116&view=rev
Log:
Mark clang/test/PCH/chain-openmp-threadprivate.cpp as REQUIRES:tls.

Modified:
    cfe/trunk/test/PCH/chain-openmp-threadprivate.cpp

Modified: cfe/trunk/test/PCH/chain-openmp-threadprivate.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/PCH/chain-openmp-threadprivate.cpp?rev=242116&r1=242115&r2=242116&view=diff
==============================================================================
--- cfe/trunk/test/PCH/chain-openmp-threadprivate.cpp (original)
+++ cfe/trunk/test/PCH/chain-openmp-threadprivate.cpp Mon Jul 13 23:00:18 2015
@@ -6,6 +6,9 @@
 // RUN: %clang_cc1 -fopenmp -emit-llvm -include %s -include %s %s -o - | FileCheck %s -check-prefix=CHECK-TLS
 // with PCH
 // RUN: %clang_cc1 -fopenmp -emit-llvm -chain-include %s -chain-include %s %s -o - | FileCheck %s -check-prefix=CHECK-TLS
+
+// REQUIRES: tls
+
 #if !defined(PASS1)
 #define PASS1
 





More information about the cfe-commits mailing list