[PATCH] D59351: [llvm-objcopy] Add --update-section
Jake Ehrlich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 18 11:43:23 PDT 2019
jakehehrlich added a comment.
Rather than updating a section in place we should extend the "replaceSectionReferences" method to work in every section type, and then swap the object out for a new object rather than updating in place.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59351/new/
https://reviews.llvm.org/D59351
More information about the llvm-commits
mailing list