[PATCH] D138278: TableGen: honor LLVM_LINK_LLVM_DYLIB by default

Stephen Neuendorffer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 18 20:27:35 PST 2022


stephenneuendorffer added a comment.

I think the MLIR parts of this code were written before attempting to create libMLIR.so.  Probably these tablegen binaries would have to also avoid linking against libMLIR.so and be statically linked to both llvmSupport and MLIRsupport to work properly.    I think the proposed solution is reasonable.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138278/new/

https://reviews.llvm.org/D138278



More information about the llvm-commits mailing list