This revision was automatically updated to reflect the committed changes.
Closed by commit rG106a99276f9e: [Headers][ARM] Allow `struct
_Unwind_Exception` in unwind.h (authored by rprichard).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139503/new/
danielkiss accepted this revision.
danielkiss added a comment.
This revision is now accepted and ready to land.
Wondering if we could deduplicate the headers?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139503/new/
https://reviews.llvm.org/D13950
rprichard added a comment.
As an aside, it seems interesting that
libcxxabi/test/forced_unwind[12].pass.cpp don't compile for ARM EHABI when used
with Clang's unwind.h. AFAICT it's been that way for a long time?
$ /x/clang14/bin/clang -target arm-linux-gnueabi
/x/llvm-upstream/llvm-project/l
rprichard created this revision.
Herald added a subscriber: kristof.beyls.
Herald added a project: All.
rprichard requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Use the same approach as used in libunwind/include/unwind_arm_ehabi.h
(D89570