]> granicus.if.org Git - clang/commit
Pass a concrete triple for two OpenMP tests that depend on TLS
authorNico Weber <nicolasweber@gmx.de>
Wed, 26 Dec 2018 16:06:26 +0000 (16:06 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 26 Dec 2018 16:06:26 +0000 (16:06 +0000)
commit7e3a9ce433bf3ef170d4cd6ae85828407393c20a
tree6cd76d8cd8993d538976bd69f67a212e69ddab21
parenta2651c2716eb81e1183bce4a15b91c056b3a17fe
Pass a concrete triple for two OpenMP tests that depend on TLS

Not all %itanium_abi_triple values support TLS. Makes
OpenMP/declare_reduction_codegen.cpp, OpenMP/parallel_copyin_codegen.cpp for
%itanium_abi_triples without TLS support.

Alternatively we could pass -fnoopenmp-use-tls and tweak some of the CHECK
lines, but this seems a bit simpler.

Fixes PR40156.

Differential Revision: https://reviews.llvm.org/D56086

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@350067 91177308-0d34-0410-b5e6-96231b3b80d8
test/OpenMP/declare_reduction_codegen.cpp
test/OpenMP/parallel_copyin_codegen.cpp