rust/src/libunwind
Alex Crichton 8eb7f36a3b std: Remove internal definitions of cfg_if! macro
This is duplicated in a few locations throughout the sysroot to work
around issues with not exporting a macro in libstd but still wanting it
available to sysroot crates to define blocks. Nowadays though we can
simply depend on the `cfg-if` crate on crates.io, allowing us to use it
from there!
2019-06-10 10:58:44 -07:00
..
build.rs Set -funwind-tables and -fno-exceptions unconditionally for LLVM's libunwind 2019-05-20 12:29:58 -07:00
Cargo.toml std: Remove internal definitions of cfg_if! macro 2019-06-10 10:58:44 -07:00
lib.rs std: Remove internal definitions of cfg_if! macro 2019-06-10 10:58:44 -07:00
libunwind.rs std: Remove internal definitions of cfg_if! macro 2019-06-10 10:58:44 -07:00