rust/src/librustc_back
bors 3b6412b943 Auto merge of #48896 - alexcrichton:bitcode-in-object, r=michaelwoerister
rustc: Enable embedding LLVM bitcode for iOS

This commit updates rustc to embed bitcode in each object file generated by
default when compiling for iOS. This was determined in #35968 as a step
towards better compatibility with the iOS toolchain, so let's give it a spin and
see how it turns out!

Note that this also updates the `cc` dependency which should propagate this
change of embedding bitcode for C dependencies as well.
2018-03-16 13:48:20 +00: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 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.