[libcxx-commits] [PATCH] D101179: [libunwind] NFC: Use macros to accommodate differences in representation of PowerPC assemblers
Xing Xue via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 5 04:20:13 PDT 2021
xingxue added a comment.
In D101179#2736893 <https://reviews.llvm.org/D101179#2736893>, @MaskRay wrote:
> Do we need `GPR`? `ld 0, 4(3)` works as `ld r0, 4(r3)` in GNU flavored assembly. Other macros may be similar.
Good to know, changed according. Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101179/new/
https://reviews.llvm.org/D101179
More information about the libcxx-commits
mailing list