[PATCH] D63781: [ELF] Error on archive with missing index
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 27 06:42:53 PDT 2019
ruiu added a comment.
In D63781#1559504 <https://reviews.llvm.org/D63781#1559504>, @sbc100 wrote:
> The previous behaviour was also to ignore archives that contain only ELF files but no index.
Is that true? If an archive has no index, each individual member is handled as if they were surrounded by --start-lib/--end-lib, so they wouldn't be ignored, I think.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63781/new/
https://reviews.llvm.org/D63781
More information about the llvm-commits
mailing list