[PATCH] D63781: [ELF] Error on archive with missing index
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 12 09:04:45 PST 2019
sbc100 marked an inline comment as done.
sbc100 added a comment.
I'm pretty sure this change went from silently ignoring the archive to erroring out. So I think your use case would have been broken even before this change. See the return statement on line 227. Perhaps there are no needed symbols in your archive? In that case maybe this would be a regression but that seems unlikely.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63781/new/
https://reviews.llvm.org/D63781
More information about the llvm-commits
mailing list