[PATCH] D108060: WIP: [WebAssembly] Always use call_indirect when calling interposable functions
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 13 17:12:06 PDT 2021
dschuff added a comment.
when is `Func->isInterposable()` true? Is it just for weakly-defined functions (unlike e.g. in ELF where it's true anytime it's not DSO-local?)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108060/new/
https://reviews.llvm.org/D108060
More information about the llvm-commits
mailing list