[PATCH] D60825: [llvm-objcopy] - Check dynamic relocation sections for broken references.
Jake Ehrlich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 25 14:03:20 PDT 2019
jakehehrlich added a comment.
Hmm...right now we don't parse the dynamic symbol table but parsing it just enough to check if no symbols are needed and then not throwing an error if no symbol table is needed seems like a better option than using that flag. That flag should of course also be respected here however.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60825/new/
https://reviews.llvm.org/D60825
More information about the llvm-commits
mailing list