rust/compiler/rustc_codegen_ssa
Tyler Mandry 55d5dcb1aa Fix flags when using clang as linker for Fuchsia
Don't add C runtime or set dynamic linker when linking with clang for
Fuchsia. Clang already does this for us.
2022-08-10 16:35:27 -07:00
..

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