rust/compiler/rustc_codegen_ssa/src/back
Yuki Okushi fa38fad5a2
Rollup merge of #86025 - bjorn3:no_rpath_cfg_prefix, r=jackh726
Remove the install prefix from the rpath set when using -Crpath

It was broken anyway for rustup installs and nobody seems to have noticed.

Fixes https://github.com/rust-lang/rust/issues/82392
2021-06-07 15:21:04 +09:00
..
rpath Remove get_install_prefix_lib_path completely 2021-06-05 16:42:03 +02:00
archive.rs Add first cut of functionality for #58713: support for #[link(kind = "raw-dylib")]. 2021-06-04 18:01:35 -07: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 #86025 - bjorn3:no_rpath_cfg_prefix, r=jackh726 2021-06-07 15:21:04 +09:00
linker.rs linker: Reorder linker arguments 2021-06-06 17:30:30 +03:00
lto.rs Support -C passes in NewPM 2021-05-08 10:58:08 +02:00
metadata.rs rustc: Store metadata-in-rlibs in object files 2021-06-04 10:05:20 -07:00
mod.rs Use the object crate for metadata reading 2021-05-07 18:48:58 +02:00
rpath.rs Remove get_install_prefix_lib_path completely 2021-06-05 16:42:03 +02:00
symbol_export.rs Remove unnecessary wasm_import_module_map provide 2021-06-04 13:20:04 +02:00
write.rs Move crate_name field from OngoingCodegen to CrateInfo 2021-06-04 13:20:05 +02:00