diff options
Diffstat (limited to 'clang/test/PCH/chain-openmp-threadprivate.cpp')
-rw-r--r-- | clang/test/PCH/chain-openmp-threadprivate.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/PCH/chain-openmp-threadprivate.cpp b/clang/test/PCH/chain-openmp-threadprivate.cpp index b14f6dc4e6e..88ace7f0974 100644 --- a/clang/test/PCH/chain-openmp-threadprivate.cpp +++ b/clang/test/PCH/chain-openmp-threadprivate.cpp @@ -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 |