03f86ae982
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 |
||
---|---|---|
.. | ||
target | ||
build.rs | ||
Cargo.toml | ||
lib.rs | ||
README.md |
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.