[PATCH] D77574: [OpenMP] Fix layering problem with FrontendOpenMP
Tom Stellard via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 6 16:59:26 PDT 2021
tstellar added inline comments.
Herald added a reviewer: bollu.
Herald added a subscriber: sstefan1.
Herald added a project: clang-tools-extra.
================
Comment at: clang/lib/ASTMatchers/CMakeLists.txt:17-18
)
+
+target_link_libraries(clangASTMatchers PUBLIC LLVMFrontendOpenMP)
----------------
My guess is that this is the problem. Making this change will cause clang binaries to link against the LLVMFrontendOpenMP static library in addition to libLLVM.so (which already contains this library).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77574/new/
https://reviews.llvm.org/D77574
More information about the cfe-commits
mailing list