mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-15 23:16:31 +00: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`.