diff options
author | Thomas Lively <7121787+tlively@users.noreply.github.com> | 2021-06-01 12:15:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-01 09:15:24 -0700 |
commit | 028f47368fe844130f52ad7811c8028ebd18a38e (patch) | |
tree | 7c6b2a68a55f922d70f534abd594d900079139b3 /test/lit/lit.cfg.py | |
parent | 88606f75b97ef3014edb74484125534c2040095b (diff) | |
download | binaryen-028f47368fe844130f52ad7811c8028ebd18a38e.tar.gz binaryen-028f47368fe844130f52ad7811c8028ebd18a38e.tar.bz2 binaryen-028f47368fe844130f52ad7811c8028ebd18a38e.zip |
[wasm-split] Minimize names of newly created exports (#3905)
wasm-split would previously use internal function names to create the external
names of the functions that are newly exported from the primary module to be
imported into the secondary module. When the input module contains full function
names (as is commonly the case when emitting symbol maps), this caused the
function names to be preserved as the export names, even when names are
otherwise being stripped. To save on code size and properly anonymize functions,
generate minimal export names when debuginfo is disabled instead.
Diffstat (limited to 'test/lit/lit.cfg.py')
0 files changed, 0 insertions, 0 deletions