[llvm-branch-commits] [llvm] release/18.x: [cmake] Add minor version to library SONAME (#79376) (PR #82409)

Ralf Jung via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Mar 4 08:51:58 PST 2024


RalfJung wrote:

Yeah, I linked to it: https://github.com/rust-lang/rust/issues/121889.

I'm not a linker expert, but it seems that now symlinks are required to link against the LLVM .so file, but we can't ship symlinks in our artifacts because of Windows. The old approach we used of just shipping the .so file and pointing the linker at it doesn't seem to work any more with the new sonames. I don't claim to understand why, I am involved solely because my tool no longer builds after rustc updated to LLVM 18 rc4.

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


More information about the llvm-branch-commits mailing list