about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/back/rpath.rs
AgeCommit message (Expand)AuthorLines
2025-03-25Rename `is_like_osx` to `is_like_darwin`Mads Marquart-2/+2
2024-11-24Support rpath with -Clinker-flavor=ldMads Marquart-23/+11
2024-09-17Minimize visibilities.Nicholas Nethercote-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+3
2024-07-01linker: Bail out of rpath logic early if the target doesn't support rpathVadim Petrochenkov-6/+0
2024-06-02rustc_codegen_ssa: fix get_rpath_relative_to_output panic when lib only conta...Hai-Hsin-0/+5
2024-05-23Remove `#[macro_use] extern crate tracing` from `rustc_codegen_ssa`.Nicholas Nethercote-0/+1
2024-03-28and few moreklensy-4/+4
2023-10-06rustc_codegen_ssa: use try_canonicalize in rpathTamir Duberstein-8/+6
2023-08-03Handle non-utf8 rpaths (fix FIXME)Martin Nordholts-15/+21
2023-07-30inline format!() args up to and including rustc_codegen_llvmMatthias Krüger-1/+1
2021-12-17pass -Wl,-z,origin to set DF_ORIGIN when using rpathSébastien Marie-1/+4
2021-07-05Remove LibSourcebjorn3-12/+7
2021-06-05Remove get_install_prefix_lib_path completelybjorn3-23/+4
2021-03-03Fix testsRyan Levick-1/+1
2020-08-30mv compiler to compiler/mark-0/+135