[Mlir-commits] [mlir] [MLIR] Reuse the library directory (PR #108579)

Maksim Levental llvmlistbot at llvm.org
Fri Sep 13 08:56:43 PDT 2024


================
@@ -168,6 +168,7 @@ def add_runtime(name):
         ToolSubst("transform-opt-ch3", unresolved="ignore"),
         ToolSubst("transform-opt-ch4", unresolved="ignore"),
         ToolSubst("mlir-transform-opt", unresolved="ignore"),
+        ToolSubst("%llvm_shlib_dir", config.llvm_shlib_dir, unresolved="ignore"),
----------------
makslevental wrote:

but these aren't llvm shlibs? they're mlir shlibs? for which there's a substitution right below? are you, in downstream, setting `config.llvm_shlib_dir` to something and then (currently) it's not getting picked up?

https://github.com/llvm/llvm-project/pull/108579


More information about the Mlir-commits mailing list