[PATCH] D63739: [WebAssembly] Error out on archives without and index

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 25 00:30:19 PDT 2019


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM

This patch looks good by itself, but I believe that lld/wasm should handle each archive member as a lazy object file if there's no symbol table in an archive, just like lld/ELF does.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63739/new/

https://reviews.llvm.org/D63739





More information about the llvm-commits mailing list