[PATCH] D38260: [llvm-objcopy] Add support for removing sections
Jake Ehrlich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 3 17:10:50 PDT 2017
jakehehrlich added a comment.
Don't LGTM this just yet. I want to add things from https://reviews.llvm.org/D38335 beforehand. I need to add a bunch of tests still but I'll upload the code for review tonight.
tests I want to add
1. Trigger the error for .shstrtab being removed. Right now this should always be an error
2. Make sure segment data is kept regardless of section removal.
Repository:
rL LLVM
https://reviews.llvm.org/D38260
More information about the llvm-commits
mailing list