[PATCH] [libcxxabi] Correctly export _Unwind_[GS]et(GR|IP) for EHABI.

Dan Albert danalbert at google.com
Mon Oct 13 11:09:46 PDT 2014


Hi jroelofs,

These need to have normal linkage instead of being static inline as
many libraries expect to be able to declare these and have the linker
find them rather than needing to include the header.

Also clean up some warnings while I'm here.

http://reviews.llvm.org/D5754

Files:
  include/unwind.h
  src/Unwind/Unwind-EHABI.cpp
  src/Unwind/UnwindCursor.hpp
  src/Unwind/UnwindLevel1-gcc-ext.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5754.14806.patch
Type: text/x-patch
Size: 3840 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20141013/e3a02ce2/attachment.bin>


More information about the cfe-commits mailing list