rust/src/libpanic_unwind
Ed Schouten 9a8f0a8cb0 Make libpanic_unwind build on CloudABI.
CloudABI uses LLVM's libunwind for stack unwinding. There was a small
bug that went by unnoticed, namely that it was not built with -fno-rtti.
This caused it to (indirectly) depend on the entire C++ runtime.

Now that that issue has been resolved, it is also perfectly fine to make
use of this library for programming languages other than C++.
2018-01-04 17:55:44 +01:00
..
dwarf std: Avoid panics in rust_eh_personality 2017-06-08 07:06:43 -07:00
Cargo.toml std: Don't build docs for misc facade crates 2016-12-30 10:00:33 -08:00
emcc.rs run rustfmt on libpanic_unwind 2016-10-18 23:09:47 +05:30
gcc.rs use field init shorthand EVERYWHERE 2017-08-15 15:29:17 -07:00
lib.rs Make libpanic_unwind build on CloudABI. 2018-01-04 17:55:44 +01:00
seh.rs Issue deprecation warnings for safe accesses to extern statics 2016-09-09 01:07:01 +03:00
seh64_gnu.rs std: Avoid panics in rust_eh_personality 2017-06-08 07:06:43 -07:00
wasm32.rs std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00
windows.rs Fix definitions of ULONG_PTR 2017-05-06 15:46:16 +01:00