rust/src/librustc_back
kennytm f84cab421b
Rollup merge of #48725 - humenda:master, r=nikomatsakis
Update L4Re target specification

Due to the dynamically generated linker arguments of the L4Re build system, it is not a good idea to hard-code them in Rust. This PR undoes this step. It also adds an empty implementation to retrieve the number of CPUs.
2018-03-13 00:54:26 +08:00
..
target Rollup merge of #48725 - humenda:master, r=nikomatsakis 2018-03-13 00:54:26 +08:00
build.rs cleanup: rustc doesn't use an external archiver 2017-10-09 22:36:08 +03:00
Cargo.toml Try to fix a perf regression by updating log 2018-01-07 16:54:05 +01:00
lib.rs Make the default relro level be doing nothing at all 2018-03-09 14:53:15 +01:00
README.md rework the README.md for rustc and add other readmes 2017-09-19 09:00:59 -04:00

NB: This crate is part of the Rust compiler. For an overview of the compiler as a whole, see the README.md file found in librustc.

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