mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
27abbc208f
Fix sysroot option not being honored across rustc Change link_sanitizer_runtime() to check if the sanitizer library exists in the specified/session sysroot, and if it doesn't exist, use the default sysroot. (See #79253.)