hanchenye-llvm-project/libunwind
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
..
cmake libunwind: add new build logic 2015-04-25 01:46:35 +00:00
include
src Fix unw_getcontext() return value on AArch64. 2015-06-25 15:12:46 +00:00
test Fix unw_getcontext() return value on AArch64. 2015-06-25 15:12:46 +00:00
.arcconfig Add ARC config 2015-05-09 20:56:15 +00:00
.clang-format unwind: add a .clang-format 2015-05-07 19:50:18 +00:00
CMakeLists.txt Code cleanup: Remove duplicated line. 2015-05-17 13:49:18 +00:00