rust/compiler/rustc_codegen_llvm/src/back
Dario Nieuwenhuis 7b62e09b03 Allow disabling TrapUnreachable via -Ztrap-unreachable=no
This is useful for embedded targets where small code size is desired.
For example, on my project (thumbv7em-none-eabi) this yields a 0.6% code size reduction.
2020-11-24 01:08:27 +01:00
..
archive.rs Collapse all uses of target.options.foo into target.foo 2020-11-08 17:29:13 +03:00
lto.rs Fix even more clippy warnings 2020-10-30 10:13:39 -04:00
profiling.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
write.rs Allow disabling TrapUnreachable via -Ztrap-unreachable=no 2020-11-24 01:08:27 +01:00