rust/src/librustc_target
Tyler Mandry 8aa23125bb
Rollup merge of #65832 - tlively:emscripten-exception-handling, r=alexcrichton
Re-enable Emscripten's exception handling support

Passes LLVM codegen and Emscripten link-time flags for exception
handling if and only if the panic strategy is `unwind`. Sets the
default panic strategy for Emscripten targets to `unwind`. Re-enables
tests that depend on unwinding support for Emscripten, including
`should_panic` tests.

r? @alexcrichton
2019-10-29 12:01:38 -07:00
..
abi Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
spec Rollup merge of #65832 - tlively:emscripten-exception-handling, r=alexcrichton 2019-10-29 12:01:38 -07:00
build.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml Update bitflags 2019-10-25 23:26:27 +01:00
lib.rs Deny unused_lifetimes through rustbuild 2019-07-28 18:47:02 +03:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00

librustc_target contains some very low-level details that are specific to different compilation targets and so forth.

For more information about how rustc works, see the rustc guide.