unwind: always export unw_local_addr_space
authorSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 13 Feb 2015 19:04:48 +0000 (19:04 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 13 Feb 2015 19:04:48 +0000 (19:04 +0000)
commit9dd5ca1fe87a9e915b86f3d331d20ff6197b321d
tree272bbdc17f03cec516df98b80b1e4f34019b6574
parentb4a110f051b623f20808c57aa7b07400768c51b3
unwind: always export unw_local_addr_space

It seems that the remote unwinder is entirely unused at this moment.
unw_local_addr_space was referencing sThisAddressSpace which use to be a static
in global namespace.  It has since then become a member variable of
LocalAddressSpace.  Update this definition and always export it (needed to
implement unw_get_proc_info_by_ip for ARM).

llvm-svn: 229133
libcxxabi/include/libunwind.h
libcxxabi/src/Unwind/libunwind.cpp