[PATCH] D117284: [ELF] Allow non-bitcode archive with an empty index
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 19 07:14:33 PST 2022
peter.smith added a comment.
No objections. Reading your blog post and my copy of Linkers and Loaders it does seem that early linkers would handle archives with indexes, it just seems like indexes were ubiquitous when GNU ld were written. So it does seem like rejecting archives without an index is a property of the implentation of GNU ld rather than something that should be relied upon.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117284/new/
https://reviews.llvm.org/D117284
More information about the llvm-commits
mailing list