hanchenye-llvm-project/libunwind/test
Logan Chien 549d405877 Fix unw_getcontext() return value on AArch64.
unw_getcontext() should return UNW_ESUCCESS on success.  Therefore, the
assembly for AArch64 is incorrect because "ldr x0, #0" is a PC-relative
load instead of an immediate value load.

llvm-svn: 240648
2015-06-25 15:12:46 +00:00
..
libunwind_01.pass.cpp libunwind: Fix unw_step() for ARM EHABI. 2015-05-29 15:33:38 +00:00
libunwind_02.pass.cpp libunwind: Fix unw_step() for ARM EHABI. 2015-05-29 15:33:38 +00:00
unw_getcontext.pass.cpp Fix unw_getcontext() return value on AArch64. 2015-06-25 15:12:46 +00:00