[Mlir-commits] [mlir] [MLIR][ExecutionEngine] Introduce shared library (PR #87067)
Mehdi Amini
llvmlistbot at llvm.org
Fri May 31 11:28:55 PDT 2024
joker-eph wrote:
> Went and checked the CMake and found this PR. Note sure how MLIRExecutionEngineShared connects to libmlir_async_runtime
I'm not sure I follow either: why do think there is a relationship between your issue and this PR?
> Just confirming that indeed on linux we see the same linking:
In this case it links to a particular version of libLLVM (libLLVM-4731abf8.so) and find a path to it, what do you mean by "the same linking"? Were you hoping that there wouldn't be any mention of libLLVM here?
https://github.com/llvm/llvm-project/pull/87067
More information about the Mlir-commits
mailing list