Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set MLIR_LINK_MLIR_DYLIB to not link shared libMLIR (#19613)
With llvm/llvm-project@10ef20f, support for `MLIR_LINK_MLIR_DYLIB` was introduced. With `LLVM_LINK_LLVM_DYLIB` set to `ON` at https://github.com/iree-org/iree/blob/cdf24b9be0354f06879ba08db85ff8a5dbe49b14/build_tools/llvm/llvm_config.cmake#L30, this setting is propagated to `MLIR_LINK_MLIR_DYLIB`. This break the BYO LLVM workflow, see #19549, hence, setting to `OFF`.
- Loading branch information