rust/compiler/rustc_target
Dr. Chat b1bb5d662c Add initial asm!() support for PowerPC
This includes GPRs and FPRs only
2021-05-11 19:04:16 -05:00
..
src Add initial asm!() support for PowerPC 2021-05-11 19:04:16 -05:00
Cargo.toml
README.md Fix outdated crate names in compiler docs 2021-04-08 11:12:14 -05:00

rustc_target contains some very low-level details that are specific to different compilation targets and so forth.

For more information about how rustc works, see the rustc dev guide.