[PATCH] D118714: [lld-macho][nfc] Comments and style fixes
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 1 10:12:07 PST 2022
int3 created this revision.
int3 added a reviewer: lld-macho.
Herald added a project: lld-macho.
int3 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Added some comments (particularly around finalize() and
finalizeContents()) as well as doing some rephrasing / grammar fixes for
existing comments.
Also did some minor style fixups, such as by putting methods together in
a class definition and having fields of similar types next to each
other.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D118714
Files:
lld/MachO/Driver.h
lld/MachO/InputFiles.h
lld/MachO/OutputSection.h
lld/MachO/SyntheticSections.h
lld/MachO/UnwindInfoSection.cpp
lld/MachO/Writer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118714.404986.patch
Type: text/x-patch
Size: 5687 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220201/7ae7a486/attachment.bin>
More information about the llvm-commits
mailing list