[PATCH] D58296: [llvm-objcopy] Make removeSectionReferences batched
Jordan Rupprecht via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 20 15:31:31 PST 2019
rupprecht updated this revision to Diff 187690.
rupprecht marked an inline comment as done.
rupprecht added a comment.
- Use function_ref to isolate the lookup logic to one place
- Use unordered_set
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58296/new/
https://reviews.llvm.org/D58296
Files:
llvm/test/tools/llvm-objcopy/ELF/Inputs/huge-input.o.gz
llvm/test/tools/llvm-objcopy/ELF/only-section-huge.test
llvm/tools/llvm-objcopy/ELF/Object.cpp
llvm/tools/llvm-objcopy/ELF/Object.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58296.187690.patch
Type: text/x-patch
Size: 7628 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190220/bb93f557/attachment.bin>
More information about the llvm-commits
mailing list