[libcxx-commits] [PATCH] D139368: [libunwind] Use .irp directives. NFC

Fangrui Song via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Dec 5 14:03:53 PST 2022


MaskRay created this revision.
MaskRay added reviewers: libunwind, nemanjai, xingxue.
Herald added subscribers: libcxx-commits, StephenFan, s.egerton, simoncook.
Herald added projects: libunwind, All.
Herald added 1 blocking reviewer(s): libunwind.
MaskRay requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead.
Herald added a project: LLVM.

The repeated instructions make the file long and difficult to read.
Simplify them with .irp directives.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D139368

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139368.480238.patch
Type: text/x-patch
Size: 26228 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221205/06a40e4a/attachment-0001.bin>


More information about the libcxx-commits mailing list