mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 12:25:46 +08:00
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