[PATCH] D107973: [flang] Disable Plugins in out-of-tree builds
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 16 10:46:49 PDT 2021
Meinersbur added a comment.
In D107973#2942163 <https://reviews.llvm.org/D107973#2942163>, @awarzynski wrote:
> Do people mind when you tweak what's being exported? I'm a bit concerned that that could be a longer conversation. And I'm not sure what the future of out-of-tree builds is. Btw, thank you for reviewing!
I certainly affects compatibility. LLVM/Clang's cmake config was broken/inconsistent for a long time such that people continued to use `llvm-config`. However, the paths to the `.so` should be made available to projects linking to LLVM, possibly not as a single path but as generator expression for each shared library.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107973/new/
https://reviews.llvm.org/D107973
More information about the llvm-commits
mailing list