rust/src/librustc_target
Manish Goregaokar bc773fe568
Rollup merge of #73214 - androm3da:hex_inline_asm_00, r=Amanieu
Add asm!() support for hexagon
2020-06-19 09:15:00 -07:00
..
abi Rollup merge of #72497 - RalfJung:tag-term, r=oli-obk 2020-06-19 08:56:02 +02:00
asm Add initial asm!() support for hexagon 2020-06-16 08:58:13 -05:00
spec Rollup merge of #70740 - haraldh:static-pie, r=petrochenkov 2020-06-19 08:55:55 +02:00
build.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml Make things build again 2020-06-02 20:38:24 +03:00
lib.rs Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast 2020-05-18 14:41:33 +01:00
README.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00

librustc_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.