## Updated report - [x] 64-bit unwinding - [x] 32-bit unwinding (see [comment below](https://github.com/rust-lang/rust/issues/25869#issuecomment-141811103)) ## Original Report Right now the MSVC target turns all calls to `panic!` into a process-wide abort as unwinding is not implemented. - [x] Update LLVM (https://github.com/rust-lang/rust/pull/26025) - [x] https://llvm.org/bugs/show_bug.cgi?id=23884 WIP branch: ~~https://github.com/alexcrichton/rust/tree/msvc-llvm-update~~ (now merged)
Updated report
Original Report
Right now the MSVC target turns all calls to
panic!into a process-wide abort as unwinding is not implemented.WIP branch:
https://github.com/alexcrichton/rust/tree/msvc-llvm-update(now merged)