[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
Fri Apr 23 09:33:26 PDT 2021


xingxue created this revision.
xingxue added reviewers: libunwind, sfertile, jasonliu, hubert.reinterpretcast, cebowleratibm.
xingxue added a project: LLVM.
Herald added subscribers: libcxx-commits, steven.zhang, shchenz, nemanjai.
Herald added a project: libunwind.
Herald added 1 blocking reviewer(s): libunwind.
xingxue requested review of this revision.
Herald added a subscriber: llvm-commits.

This `NFC` patch replaces the representation of things such as registers with macros in the `PowerPC` assembly code to allow the flexibility to be consumed by a different assembler, e.g. the `AIX` assembler.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D101179

Files:
  libunwind/src/UnwindRegistersRestore.S
  libunwind/src/UnwindRegistersSave.S
  libunwind/src/assembly.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101179.340057.patch
Type: text/x-patch
Size: 23414 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210423/88220b66/attachment-0001.bin>


More information about the libcxx-commits mailing list