[PATCH] D78773: Adjust libMLIR building to more closely follow libClang
Stephen Neuendorffer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 24 09:43:44 PDT 2020
stephenneuendorffer added a comment.
Does this get us closer to fixing LLVM_LINK_LLVM_DYLIB?
================
Comment at: mlir/cmake/modules/MLIRConfig.cmake.in:22
# Provide all our library targets to users.
-if(EXISTS @MLIR_CONFIG_EXPORTS_FILE@)
- include("@MLIR_CONFIG_EXPORTS_FILE@")
----------------
This was solving a specific problem. Are you removing it because you believe that the problem is now solved a different way?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78773/new/
https://reviews.llvm.org/D78773
More information about the llvm-commits
mailing list