rust/library/unwind
Tilmann Meyer 965997b369
Support Android ndk versions r23-beta3 and up
Since android ndk version `r23-beta3`, `libgcc` has been replaced with
`libunwind`. This moves the linking of `libgcc`/`libunwind` into the
`unwind` crate where we check if the system compiler can find
`libunwind` and fall back to `libgcc` if needed.
2021-06-01 21:37:50 +02:00
..
src cleanup and fix compiling of libunwind 2021-05-26 19:22:58 +08:00
build.rs Support Android ndk versions r23-beta3 and up 2021-06-01 21:37:50 +02:00
Cargo.toml Auto merge of #84124 - 12101111:libunwind, r=petrochenkov 2021-05-27 04:08:20 +00:00