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
..
src Fix flags when using clang as linker for Fuchsia 2022-08-10 16:35:27 -07:00
Cargo.toml Use constant eval to do strict validity checks 2022-07-14 22:55:17 +01:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

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