rust/compiler/rustc_codegen_ssa/src/back
Mads Marquart cb6f8fa422 Support rpath with -Clinker-flavor=ld
Using `cc_args` panics when using `-Clinker-flavor=ld`, because the
arguments are in a form tailored for `-Clinker-flavor=gcc`.

So instead, we use `link_args` and let that wrap the arguments with the
appropriate `-Wl` or `-Xlinker` when needed.
2024-11-24 01:20:29 +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 Emit diagnostics for incorrect deployment targets 2024-11-01 17:07:19 +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 Support rpath with -Clinker-flavor=ld 2024-11-24 01:20:29 +01:00
linker.rs Support linker arguments that contain commas 2024-11-24 01:20:28 +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 use TypingEnv when no infcx is available 2024-11-18 10:38:56 +01:00
write.rs Reduce dependence on the target name 2024-11-03 18:29:01 +00:00