fd8c06e7b5
OS X 10.9's linker has a bug that results in it failing to preserve DWARF unwind information when passed the -no_compact_unwind flag. This flag is passed on OS X because the unwind information for __morestack cannot be represented by the compact unwind format. We can work around this problem by using a more targeted approach to disabling compact unwind information. The OS X linker looks for a particular pattern in the DWARF unwind information and will not attempt to convert the unwind information to the compact format. The pattern in question is the return address register being saved twice to the same location. Fixes #6849. |
||
---|---|---|
.. | ||
arch | ||
msvc | ||
sundown | ||
sync | ||
util | ||
vg | ||
boxed_region.cpp | ||
boxed_region.h | ||
memory_region.cpp | ||
memory_region.h | ||
miniz.cpp | ||
rust_android_dummy.cpp | ||
rust_android_dummy.h | ||
rust_builtin.cpp | ||
rust_globals.h | ||
rust_test_helpers.cpp | ||
rust_type.h | ||
rust_upcall.cpp | ||
rust_util.h | ||
rust_uv.cpp | ||
rustrt.def.in |