[PATCH] D53311: [llvm-objcopy] Introduce dispatch mechanism based on input type
Alexander Shaposhnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 23 16:49:30 PDT 2018
alexshap updated this revision to Diff 170786.
alexshap added a comment.
Address comments
(though didn't add a defensive check that the output format is "elf" or "binary"
because we don't really extract this info from the command line options right now - would prefer not to add it in this patch)
Repository:
rL LLVM
https://reviews.llvm.org/D53311
Files:
Object.cpp
Object.h
llvm-objcopy.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53311.170786.patch
Type: text/x-patch
Size: 7969 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181023/31be4c91/attachment.bin>
More information about the llvm-commits
mailing list