[PATCH] D126342: [libunwind] Factor out sigreturn check condition. NFC

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 24 16:22:21 PDT 2022


smeenai created this revision.
smeenai added reviewers: rprichard, danielkiss, uweigand, MaskRay.
Herald added subscribers: libcxx-commits, StephenFan.
Herald added projects: libunwind, All.
Herald added a reviewer: libunwind.
smeenai requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Create a macro for this instead of duplicating the architecture checks
everywhere. (It's a little redundant to use it when we're checking for a
specific architecture, but I'm also applying it there for consistency.)


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D126342

Files:
  libunwind/src/UnwindCursor.hpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126342.431830.patch
Type: text/x-patch
Size: 4109 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220524/18e9cbda/attachment.bin>


More information about the llvm-commits mailing list