rust/compiler/rustc_codegen_ssa
Jonas Schievink 27abbc208f
Rollup merge of #80933 - rcvalle:fix-sysroot-option, r=nagisa
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.)
2021-01-24 22:09:55 +01:00
..
src Rollup merge of #80933 - rcvalle:fix-sysroot-option, r=nagisa 2021-01-24 22:09:55 +01:00
Cargo.toml
README.md

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.