rust/src/librustc_back
2018-03-16 12:43:22 -05:00
..
target Auto merge of #48896 - alexcrichton:bitcode-in-object, r=michaelwoerister 2018-03-16 13:48:20 +00:00
build.rs cleanup: rustc doesn't use an external archiver 2017-10-09 22:36:08 +03:00
Cargo.toml Dedupe rand 2018-03-12 20:23:23 +01:00
lib.rs Make the default relro level be doing nothing at all 2018-03-09 14:53:15 +01:00
README.md Replace many of the last references to readmes 2018-03-16 12:43:22 -05:00

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

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