[PATCH] D46896: [llvm-objcopy] Add --strip-unneeded option
Paul Semel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 21 18:14:53 PDT 2018
paulsemel reopened this revision.
paulsemel added a comment.
This revision is now accepted and ready to land.
It appears that RelocationSection is destroyed after SymbolTableSection. Thus, we are using some symbol pointers that have been freed before. I think we should directly move to `shared_ptr` or something similar for the symbols storage.
Repository:
rL LLVM
https://reviews.llvm.org/D46896
More information about the llvm-commits
mailing list