Details
Details
- Reviewers
andrew br - Commits
- rS302450: libunwind: update to upstream snapshot r272680
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
contrib/llvm/projects/libunwind/include/__libunwind_config.h | ||
---|---|---|
20 | Need to enable this by default, perhaps just by #define _LIBUNWIND_IS_NATIVE_ONLY in this file. | |
45 | Need _LIBUNWIND_CONTEXT_SIZE and _LIBUNWIND_CURSOR_SIZE for RISC-V. | |
contrib/llvm/projects/libunwind/src/Registers.hpp | ||
1073–1074 | Needs update to match the other architectures: see http://reviews.llvm.org/rL270692 |
Comment Actions
We build it as a stub on RISC-V now, but clearly it does not actually work there yet.