This revision was automatically updated to reflect the committed changes.
Closed by commit rG4121399c1229: [clang-tools-extra] Fix linking dylib for
LLVMFrontendOpenMP (authored by mgorny).
Herald added a project: clang.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://r
lebedev.ri accepted this revision.
lebedev.ri added a comment.
This revision is now accepted and ready to land.
LG
I think this is correct solution.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71674/new/
https://reviews.llvm.org/D71674
__
mgorny created this revision.
mgorny added reviewers: baloghadamsoftware, jdoerfert, ABataev.
Herald added subscribers: lebedev.ri, guansong, rnkovacs.
Herald added a reviewer: lebedev.ri.
Use LLVM_LINK_COMPONENTS to link the FrontendOpenMP library
instead of passing it explicitly to LINK_LIBS. T