[PATCH] D33878: Handle NetBSD specific _Unwind_Ptr

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 21 09:37:40 PDT 2017


krytarowski added a comment.

https://github.com/NetBSD/src/blob/trunk/lib/libexecinfo/unwind.h here is the refrenced header used by GCC.

For Clang/LLVM if I understand correctly the used header is (it overshadows the libexecinfo one):
https://github.com/NetBSD/src/blob/trunk/external/bsd/llvm/dist/clang/lib/Headers/unwind.h


Repository:
  rL LLVM

https://reviews.llvm.org/D33878





More information about the llvm-commits mailing list