[PATCH] D134637: clang-tblgen build: avoid duplicate inclusion of libLLVMSupport
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 29 02:18:24 PDT 2022
phosek added a comment.
A possible alternative solution would be to build `clangSupport_sources` as an object library, and then link that library into `clangSupport` and `clang-tblgen` which could be done unconditionally; the advantage is that you don't need to compile `clangSupport_sources` twice.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134637/new/
https://reviews.llvm.org/D134637
More information about the cfe-commits
mailing list