_Unwind_Exception is required to be double word aligned. Currently the struct is under aligned.
Details
Details
- Reviewers
emaste mclow.lists kledzik compnerd - Commits
- rG765e9c1d2a90: Merging r276215: --------------------------------------------------------------…
rG19f802ff6836: [libunwind] Properly align _Unwind_Exception.
rUNW276215: [libunwind] Properly align _Unwind_Exception.
rL276215: [libunwind] Properly align _Unwind_Exception.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM; we should make sure Nick is okay with it as well (for Darwin). This should also make its way into 3.9 I think.
Comment Actions
I've committed the alignment change to the copy of llvm libunwind in the FreeBSD base system now.