[PATCH] D117281: [llvm-objcopy][MachO] Implement --update-section
Alexander Shaposhnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 23 01:03:09 PST 2022
alexander-shaposhnikov accepted this revision.
alexander-shaposhnikov added a comment.
This revision is now accepted and ready to land.
small nit, otherwise LGTM
================
Comment at: llvm/tools/llvm-objcopy/MachO/MachOObjcopy.cpp:320
+static Expected<Section &> findSection(StringRef SecName, Object &Obj) {
+ StringRef SegName;
----------------
nit: const Object &O
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117281/new/
https://reviews.llvm.org/D117281
More information about the llvm-commits
mailing list