diff options
author | Sam Clegg <sbc@chromium.org> | 2018-05-15 11:25:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-15 11:25:34 -0700 |
commit | 35b563da815d1a0b63e13902246f698fc1fd80dd (patch) | |
tree | 1d71a2bece4cf5e3d08742b8db9f759f2fff71c8 /src/parsing.h | |
parent | d731efbfc6106f1e111ef550905533000781fe65 (diff) | |
download | binaryen-35b563da815d1a0b63e13902246f698fc1fd80dd.tar.gz binaryen-35b563da815d1a0b63e13902246f698fc1fd80dd.tar.bz2 binaryen-35b563da815d1a0b63e13902246f698fc1fd80dd.zip |
wasm-emscripten: Don't use debug names in implementedFunctions (#1537)
implementFunctions should use the export names, not the
internal/debug name for a function. This is especially
imported with lld where the debug names are demanagled.
implementFunctions should only contain functions that are
accessible from outside the module. i.e. those that have
been exported. There is no point in adding internal-only
functions to this list as they won't be accessible from
outside anyway.
Tesed with emscripten using: ./tests/runner.py binaryen2.test_time
Diffstat (limited to 'src/parsing.h')
0 files changed, 0 insertions, 0 deletions