rust/src/librustc_back
Alex Crichton 03f86ae982 llvm6: CodeModel::{JIT,}Default no longer exists
LLVM has since removed the `CodeModel::Default` enum value in favor of an
`Optional` implementationg throughout LLVM. Let's mirror the same change in Rust
and update the various bindings we call accordingly.

Removed in llvm-mirror/llvm@9aafb854c
2018-01-24 07:18:01 -08:00
..
target llvm6: CodeModel::{JIT,}Default no longer exists 2018-01-24 07:18:01 -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 Use the new fs_read_write functions in rustc internals 2018-01-10 14:53:40 -08: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.