[PATCH] D116537: [llvm][cmake] never link llvm-config against llvm dylib
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 4 06:57:23 PST 2022
mstorsjo added a comment.
In D116537#3219577 <https://reviews.llvm.org/D116537#3219577>, @sterni wrote:
> In D116537#3219487 <https://reviews.llvm.org/D116537#3219487>, @mstorsjo wrote:
>
>> Ok, thanks. Don’t you have the same issue with the tblgen tools then too?
>
> If I read `llvm/cmake/modules/TableGen.cmake` correctly, `add_tablegen` builds the tablegen tools with `DISABLE_LLVM_LINK_LLVM_DYLIB`.
Oh, ok then - that even more settles that this patch is the right thing to do, and just applying the existing pattern consistently. Thanks for clarifying!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116537/new/
https://reviews.llvm.org/D116537
More information about the llvm-commits
mailing list