rust/compiler/rustc_codegen_ssa/src/back
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
..
rpath mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
archive.rs Collapse all uses of target.options.foo into target.foo 2020-11-08 17:29:13 +03:00
command.rs Instruct lld that our @ files are posix-style, not Windows 2020-10-05 08:01:44 -04:00
link.rs Rollup merge of #80933 - rcvalle:fix-sysroot-option, r=nagisa 2021-01-24 22:09:55 +01:00
linker.rs Add wasi-exec-model cg option for emitting wasi reactors 2021-01-08 13:09:40 -06:00
lto.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
mod.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
rpath.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
symbol_export.rs Collapse all uses of target.options.foo into target.foo 2020-11-08 17:29:13 +03:00
write.rs cg_llvm: implement split dwarf support 2020-12-16 10:33:47 +00:00