This is one of many changes needed for compiler-rt to get it building on iOS.
Darwin doesn't have _Unwind_VRS_Get, instead use _Unwind_GetIP directly.
Note: this change does not enable building for iOS, as there are more changes to come.
Differential D10516
Working on reconciling out-of-tree patches to compiler-rt for building for iOS. beanz on Jun 17 2015, 1:19 PM. Authored by
Details
This is one of many changes needed for compiler-rt to get it building on iOS. Darwin doesn't have _Unwind_VRS_Get, instead use _Unwind_GetIP directly. Note: this change does not enable building for iOS, as there are more changes to come.
Diff Detail
Event Timeline
|