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

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 30 11:05:01 PDT 2023


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

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



================
Comment at: lld/test/wasm/lto/stub-library.s:6
+
+# The function `foo` is defined in stub.so but depend on `foo` which happens
+# be in an lto object.
----------------



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