[libcxx-commits] [PATCH] D101179: [libunwind] NFC: Use macros to accommodate differences in representation of PowerPC assemblers
Fangrui Song via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 4 12:03:25 PDT 2021
MaskRay added a comment.
Do we need `GPR`? `ld 0, 4(3)` works as `ld r0, 4(r3)` in GNU flavored assembly. Other macros may be similar.
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