[PATCH] D50413: [libunwind][include] Add some missing definitions to <unwind.h>.

Charles Davis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 8 08:34:51 PDT 2018


cdavis5x added inline comments.


================
Comment at: include/unwind.h:46
+typedef uintptr_t _Unwind_Ptr;
+#endif
+
----------------
mstorsjo wrote:
> What other reference is this list of typedefs for `_Unwind_Ptr` based on? I don't see any of these cases in clang's unwind.h at least.
Where //did// I get those from...? These seem to be for ARM EHABI, but I can't find them anymore in the GCC source. They aren't in Clang's header, either. I wrote this a while ago... did something change in the meantime?

I could probably get away with removing those special cases if we don't really need them.


Repository:
  rUNW libunwind

https://reviews.llvm.org/D50413





More information about the llvm-commits mailing list