[all-commits] [llvm/llvm-project] 296cce: [WebAssembly] EmscriptenEHSjLj: Mark __invoke_ fun...
Sam Clegg via All-commits
all-commits at lists.llvm.org
Wed Apr 1 16:33:54 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 296ccef70363df9195bc678ad5501dd44de7f8fb
https://github.com/llvm/llvm-project/commit/296ccef70363df9195bc678ad5501dd44de7f8fb
Author: Sam Clegg <sbc at chromium.org>
Date: 2020-04-01 (Wed, 01 Apr 2020)
Changed paths:
M llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
M llvm/test/CodeGen/WebAssembly/lower-em-sjlj.ll
Log Message:
-----------
[WebAssembly] EmscriptenEHSjLj: Mark __invoke_ functions as imported
This means the linker will be expect them be undefined at link time an
will generate imports from the `env` module rather than reporting
undefined externals.
Differential Revision: https://reviews.llvm.org/D77192
More information about the All-commits
mailing list