[PATCH] D66283: [llvm-objcopy][MachO] Implement --add-section
Alexander Shaposhnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 13 11:46:51 PST 2019
alexshap accepted this revision.
alexshap added a comment.
I've added one minor comment, but otherwise this looks good to me, thanks
================
Comment at: llvm/tools/llvm-objcopy/MachO/Object.cpp:60
+/// Extracts a segment name from a string which is possibly non-null-terminated.
+StringRef extractSegmentName(const char *SegName) {
+ return StringRef(SegName,
----------------
static
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66283/new/
https://reviews.llvm.org/D66283
More information about the llvm-commits
mailing list