mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 01:07:04 +08:00
This would previously fail the static assertions in `UnwindCursor.hpp` due to `UnwindCursor`'s size not matching `unw_cursor_t`'s size. As is done for MIPS N32, this just declares the appropriate size in `__libunwind_config.h`.