rust/compiler/rustc_codegen_ssa
Mads Marquart fb10eeb42b Move Apple linker args from rustc_target to rustc_codegen_ssa
They are dependent on the deployment target and SDK version, but having
these in `rustc_target` makes it hard to introduce that dependency.
2024-09-26 16:40:25 +02:00
..

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.