rust/compiler/rustc_codegen_ssa/src/back
León Orell Valerian Liehr 7459a4fdf1
Rollup merge of #133967 - daltenty:daltenty/bnoipath, r=jieyouxu
[AIX] Pass -bnoipath when adding rust upstream dynamic crates

Unlike ELF linkers, AIX doesn't feature `DT_SONAME` to override
the dependency name when outputing a shared library, which is something
we rely on for dylib crates.

See for reference:
bc145cec45/compiler/rustc_codegen_ssa/src/back/linker.rs (L464))

Thus, `ld` on AIX will use the full path to shared libraries as the dependency if passed it
by default unless `noipath` is passed, so pass it here so we don't end up with full path dependencies
for dylib crates.
2024-12-10 13:51:08 +01:00
..
apple Move versioned LLVM target creation to rustc_codegen_ssa 2024-11-01 17:07:18 +01:00
linker Support rpath with -Clinker-flavor=ld 2024-11-24 01:20:29 +01:00
rpath Support rpath with -Clinker-flavor=ld 2024-11-24 01:20:29 +01:00
apple.rs Print env var in --print=deployment-target 2024-11-22 20:46:05 +01:00
archive.rs Add a default implementation for CodegenBackend::link 2024-11-09 20:42:56 +00:00
command.rs Minimize visibilities. 2024-09-17 16:24:33 +10:00
link.rs Rollup merge of #133967 - daltenty:daltenty/bnoipath, r=jieyouxu 2024-12-10 13:51:08 +01:00
linker.rs Remove unnecessary 0 link args optimization 2024-11-24 01:23:19 +01:00
lto.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
metadata.rs aix: fix archive format 2024-11-21 10:33:07 -05:00
mod.rs Move versioned LLVM target creation to rustc_codegen_ssa 2024-11-01 17:07:18 +01:00
rpath.rs Support rpath with -Clinker-flavor=ld 2024-11-24 01:20:29 +01:00
symbol_export.rs Share inline(never) generics across crates 2024-11-28 13:43:05 -05:00
write.rs Store a single copy of the error registry in DiagCtxt 2024-12-06 18:42:31 +00:00