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

Maksim Levental llvmlistbot at llvm.org
Thu Dec 26 22:21:41 PST 2024


makslevental wrote:

ah shoot it `libMLIR` actually does have a runtime dep on `libLLVM`

```
/Users/mlevental/dev_projects/eudsl/llvm-install/lib/libMLIR.dylib:
        @rpath/libMLIR.dylib (compatibility version 0.0.0, current version 0.0.0)
        @rpath/libLLVM.dylib (compatibility version 1.0.0, current version 20.0.0)
        /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 1800.105.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1351.0.0)
```

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


More information about the Mlir-commits mailing list