commit | 7292bc7d741099ffcd5761269d94920b58b0e5c7 | [log] [tgz] |
---|---|---|
author | Alex Rønne Petersen <alex@alexrp.com> | Sun Dec 15 11:57:51 2024 +0100 |
committer | Copybara-Service <copybara-worker@google.com> | Sun Dec 15 03:01:10 2024 -0800 |
tree | 1e197e399e35b78d78fff99e7ad0ba4bade4bfe4 | |
parent | 41ec847c133009a0d6914e50f863390c3111e349 [diff] |
[libunwind] Fix compilation for the x32 ABI. (#116608) 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`. GitOrigin-RevId: eb1f9cced9e878362aeac18e120895995f759ee3