[PATCH] D147190: [lld][WebAssembly] Process stub libraries before and after LTO

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 30 11:16:00 PDT 2023


sbc100 added a comment.

In D147190#4234228 <https://reviews.llvm.org/D147190#4234228>, @dschuff wrote:

> I guess the new test covers the stub->bitcode lib dependence case. Is there a test that covers the codgen->libcall->stub case?

That specific type of test (where LTO generates new undefined symbols) is quite hard to write since it depends on the specifics of codegen/LTO... but I'll give it a go.   We have at least one test already for that I think (libcall-archive.ll)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147190



More information about the llvm-commits mailing list