You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollup merge of #104375 - RalfJung:rustc_llvm_rebuild, r=jyn514,Mark-Simulacrum
avoid rustc_llvm rebuilds when LD_LIBRARY_PATH changes
Currently the fairly slow rustc_llvm build script gets rerun every time LD_LIBRARY_PATH changes. So if one has an IDE setup where LD_LIBRARY_PATH inside the IDE differs from the one on the host, rebuilds happen all the time.
With LLVM being downloaded from CI, this REAL_LIBRARY_PATH stuff does not seem needed any more, at least not on my system. But I also don't really understand what happens here. Does a patch like this make sense?
r? `@jyn514` `@Mark-Simulacrum`
Cc `@bjorn3`
0 commit comments