diff options
author | Thomas Lively <tlively@google.com> | 2024-11-12 20:52:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-12 17:52:55 -0800 |
commit | 24b5bdfd1bf550dae38a7a990379b315d9f11bae (patch) | |
tree | 0d8386080bb8666eae27785e0cdf993033d27348 /test/lit/passes/asyncify_pass-arg=asyncify-addlist@foo.wast | |
parent | 496d92bfcf848d7c888b83cc354819ed87ba0b87 (diff) | |
download | binaryen-24b5bdfd1bf550dae38a7a990379b315d9f11bae.tar.gz binaryen-24b5bdfd1bf550dae38a7a990379b315d9f11bae.tar.bz2 binaryen-24b5bdfd1bf550dae38a7a990379b315d9f11bae.zip |
Consolidate printing of function signatures (#7073)
There were previously two separate code paths for printing function
signatures, one for imported functions and one for declared functions.
The only intended difference was that parameter names were printed for
declared functions but not for imported functions.
Reduce duplication by consolidating the code paths, and add support for
printing names for imported function parameters that have them. Also fix
a bug where empty names were printed as `$` rather than the correct
`$""`.
Diffstat (limited to 'test/lit/passes/asyncify_pass-arg=asyncify-addlist@foo.wast')
0 files changed, 0 insertions, 0 deletions