rust/compiler/rustc_codegen_ssa
Ramon de C Valle 737867618b 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.
2021-01-19 21:32:39 -08:00
..

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