[PATCH] D71026: Fix LLVM_ENABLE_MODULES=ON + BUILD_SHARED_LIBS=ON build
Alexander Richardson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 4 23:55:04 PST 2019
arichardson added a comment.
In D71026#1769340 <https://reviews.llvm.org/D71026#1769340>, @arphaman wrote:
> Is the `Tooling/Transformer` library used by clang-format? The problem might be solved if the `Tooling/Transformer` library was its own module (just like Clang_ToolingInclusions).
I don't think it's clang-format, I get the failure when looking the ASTDiff library and also for many others.
I tried making it a separate module but it gave me an error due to recursive dependencies from clangtooling.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71026/new/
https://reviews.llvm.org/D71026
More information about the cfe-commits
mailing list