rust/compiler/rustc_codegen_ssa
Amanieu d'Antras fe9dc6e62a Change TerminatorKind::Abort to call the panic handler instead of
aborting immediately.

The panic handler is called with a special flag which forces it to abort
after calling the panic hook.
2022-01-17 00:39:34 +00:00
..
src Change TerminatorKind::Abort to call the panic handler instead of 2022-01-17 00:39:34 +00:00
Cargo.toml update Cargo.lock and gimli-rs/object for rustc_codegen_ssa 2022-01-07 13:33:20 +08:00
README.md

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.