[PATCH] D139368: [libunwind] Use .irp directives. NFC
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 5 14:03:52 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/llvm-commits/attachments/20221205/06a40e4a/attachment.bin>
More information about the llvm-commits
mailing list