[all-commits] [llvm/llvm-project] eb1f9c: [libunwind] Fix compilation for the x32 ABI. (#116...

Alex Rønne Petersen via All-commits all-commits at lists.llvm.org
Sun Dec 15 02:58:12 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eb1f9cced9e878362aeac18e120895995f759ee3
      https://github.com/llvm/llvm-project/commit/eb1f9cced9e878362aeac18e120895995f759ee3
  Author: Alex Rønne Petersen <alex at alexrp.com>
  Date:   2024-12-15 (Sun, 15 Dec 2024)

  Changed paths:
    M libunwind/include/__libunwind_config.h

  Log Message:
  -----------
  [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`.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list