[PATCH] D63781: [ELF] Error on archive with missing index
Ayke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 12 08:55:19 PST 2019
aykevl added a comment.
Herald added a subscriber: hiraditya.
Just a note after the fact: this change broke linking in TinyGo. It used to manually build an archive (without index) with object files from compiler-rt and that worked just fine in LLVM 8 - it did read symbols from those archives even without a symbol table. In LLVM 9, ld.lld refuses to link those libraries. We'll work around it by manually building a symbol table for lld.
For details: https://github.com/tinygo-org/tinygo/issues/595
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