Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 170ee64

Browse files
author
Adam Balogh
committedDec 11, 2019
[clang-tidy] Link shared library clangTidyOpenMPModule to library LLVMFrontendOpenMP
Building shared libs was broken, it is fixed now.
1 parent 3f5bf35 commit 170ee64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎clang-tools-extra/clang-tidy/openmp/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ add_clang_library(clangTidyOpenMPModule
1111
clangBasic
1212
clangTidy
1313
clangTidyUtils
14+
LLVMFrontendOpenMP
1415
)

0 commit comments

Comments
 (0)
Please sign in to comment.