[libcxx-commits] [PATCH] D137010: [libunwind][LoongArch] Add 64-bit LoongArch support
Limin Zhang via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Nov 4 01:45:53 PDT 2022
Ami-zhang added inline comments.
================
Comment at: libunwind/src/Registers.hpp:5122
+ // $r0 is hardwired to zero.
+ return;
+ else if (regNum > 0 && regNum < 32)
----------------
MQ-mengqing wrote:
> Same as ::getRegister, though it seems not change anything...
ditto
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137010/new/
https://reviews.llvm.org/D137010
More information about the libcxx-commits
mailing list