[PATCH] D123275: [lld-macho][nfc] Remove indirection when looking up common section members
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 6 20:55:20 PDT 2022
int3 created this revision.
int3 added a reviewer: lld-macho.
Herald added projects: lld-macho, All.
int3 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
D118797: [lld-macho][nfc] Eliminate InputSection::Shared <https://reviews.llvm.org/D118797> means that we can now check the name/segname of a given
section directly, instead of having to look those properties up on one
of its subsections. This allows us to simplify our code.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D123275
Files:
lld/MachO/Driver.cpp
lld/MachO/InputFiles.cpp
lld/MachO/InputFiles.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123275.421080.patch
Type: text/x-patch
Size: 4767 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220407/fbbd049e/attachment.bin>
More information about the llvm-commits
mailing list