[Mlir-commits] [mlir] [MLIR][ExecutionEngine] Introduce shared library (PR #87067)

Maksim Levental llvmlistbot at llvm.org
Fri May 31 13:25:44 PDT 2024


makslevental wrote:

> I'm not sure I follow either: why do think there is a relationship between your issue and this PR?

It was a hypothesis based on likely causes (`libmlir_async_runtime.so` is built in this CMake `+` this CMake recently introduced a connection to libLLVM). I have actually falsified the hypothesis just now but nonetheless that's the recent I came to this issue. 

Do you know how else it would be possible `libmlir_async_runtime` could inherit a linking to libLLVM?

> "the same linking"?

The same linking behavior (the hash isn't important) i.e., it's not only on Mac `libmlir_async_runtime` gets linked to libLLVM but also on Linux.


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


More information about the Mlir-commits mailing list