]> granicus.if.org Git - clang/commit
[clang][OpenMP] Fix build when using libgomp
authorJordan Rupprecht <rupprecht@google.com>
Wed, 20 Mar 2019 21:01:56 +0000 (21:01 +0000)
committerJordan Rupprecht <rupprecht@google.com>
Wed, 20 Mar 2019 21:01:56 +0000 (21:01 +0000)
commit62984c5f4a19d8d48b90b127f027fa1c7260843c
tree1919f36727120783daa6bd00c97e5906533a3901
parent9c0f34221d0091db37913871cdcd7b0c425d9ad9
[clang][OpenMP] Fix build when using libgomp

Summary: rL356570 introduced a test which only passes with the default openmp library, libomp, and fails with other openmp libraries, such as libgomp. Explicitly choose libomp.

Reviewers: lebedev.ri

Subscribers: guansong, jdoerfert, cfe-commits

Tags: #clang

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@356614 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/AST/OMPStructuredBlockTest.cpp