about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/back/linker/tests.rs
AgeCommit message (Collapse)AuthorLines
2025-02-08Rustfmtbjorn3-18/+17
2024-11-24Support rpath with -Clinker-flavor=ldMads Marquart-0/+7
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-24Support linker arguments that contain commasMads Marquart-0/+25