Commit 1445cef
authored
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`.1 parent 340ffbb commit 1445cef
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
22 | 26 | | |
23 | 27 | | |
24 | 28 | | |
| |||
0 commit comments