[lld] [lld][WebAssembly] Match the ELF linker in transitioning away from archive indexes. (PR #78658)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 19 12:31:47 PST 2024


MaskRay wrote:

> The ELF linker transitioned away from archive indexes in [reviews.llvm.org/D117284](https://reviews.llvm.org/D117284).

This patch also removes `ArchiveFile`. The ELF reference probably should be https://reviews.llvm.org/D119074 (`[ELF] Parse archives as --start-lib object files`).

https://github.com/llvm/llvm-project/pull/78658


More information about the llvm-commits mailing list