granite-rust/compiler/rustc_codegen_ssa
Josh Triplett ff697c613c On macOS, make strip="symbols" not pass any options to strip
This makes the output with `strip="symbols"` match the result of just
calling `strip` on the output binary, minimizing the size of the binary.
2021-08-18 05:11:26 -07:00
..
src On macOS, make strip="symbols" not pass any options to strip 2021-08-18 05:11:26 -07:00
Cargo.toml Auto merge of #87641 - HackAttack:expand-unknown-option-message, r=wesleywiser 2021-08-05 00:11:05 +00: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.