[llvm] [Windows] Use absolute path when loading system shared library (PR #90520)

Martin Storsjö via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 29 13:38:27 PDT 2024


mstorsjo wrote:

I don't see an explanation why this is desireable to do.

This doesn't work when cross compiling, because the files used at runtime won't be available there. And it most probably can make binaries unportable, in case the files are available in different directories on different machines.

So this is a clear -1 from me for this patch, even if the motivation would be explained.

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


More information about the llvm-commits mailing list