[PATCH] D77784: [WebAssembly] Use dummy debug info in Emscripten SjLj
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 9 10:27:23 PDT 2020
dschuff added a comment.
It just occurred to me, could we just mark the calls as non-inlineable? I assume we won't be running the inliner after this anyway. Or is that a property of the called function and not the callsite?
Anyway this approach seems ok to me too. It seems to me that there are other places we inject calls to runtime functions too; but I guess the others are mostly to imported functions and don't have this problem?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77784/new/
https://reviews.llvm.org/D77784
More information about the llvm-commits
mailing list