[Mlir-commits] [mlir] [mlir] Don't set RPATH for libMLIR (PR #121180)

Maksim Levental llvmlistbot at llvm.org
Sun Dec 29 12:53:40 PST 2024


makslevental wrote:

> Is there any reason why you can't invoke `install_name_tool` for yourself if you want to package `libMLIR` into a wheel?

I can and did (see my workaround above). My point is possibly this doesn't make sense - why would you have an rpath for the libs themselves that was relative to the install `../lib` instead of just `ORIGIN/loader_path`.


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


More information about the Mlir-commits mailing list