[PATCH] D74864: [MLIR] Move from using target_link_libraries to LINK_LIBS for llvm libraries.
Stephen Neuendorffer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 21 08:23:47 PST 2020
stephenneuendorffer added a comment.
In D74864#1885119 <https://reviews.llvm.org/D74864#1885119>, @mehdi_amini wrote:
> Can we get directly to libLLVM using `add_llvm_component_library` instead of introducing libMLIR? Otherwise folks will start to depend on libMLIR and it'll cause more pain to remove it later
We could: see https://reviews.llvm.org/D72586
However, based on the original reviews, it seemed that having libMLIR.so was preferred.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74864/new/
https://reviews.llvm.org/D74864
More information about the llvm-commits
mailing list