[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 10:57:38 PDT 2023


dschuff added a comment.

Do we really need to support stub libcalls (i.e. the kind that can be generated at codegen time)? These should just be compiler-rt and maybe a few core libc functions, right? Do we expect those to be implemented in JS and/or the environment?


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