3d8279dec7
[MSP430] Don't enable trap_unreachable option by default on msp. Since MSP430 doesn't meaningfully support faulting on illegal instructions, LLVM generates a call to abort() function instead of a trap instruction. Such calls are 4 bytes long, and that is too much overhead for such small target. r? @alexcrichton |
||
---|---|---|
.. | ||
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.