[PATCH] D47414: [llvm-objcopy] Fix null symbol handling

Jake Ehrlich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 30 22:45:49 PDT 2018


jakehehrlich added a subscriber: alexshap.
jakehehrlich added a comment.

Quick drop in. What I was thinking about before was to just never pass the
null symbol to remove or anything else. It can still be there it just
shouldn't be allowed to be updated or removed.

As for how the null section header should be treated we have to consider
large indexes before proceeding.


Repository:
  rL LLVM

https://reviews.llvm.org/D47414





More information about the llvm-commits mailing list