diff options
author | Thomas Lively <tlively@google.com> | 2024-02-06 14:05:27 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-06 14:05:27 -0800 |
commit | 3a41065a27fc4e65d563ae983a06cbe774ad2ea7 (patch) | |
tree | bf66bf0c28465a96d97076505efca306db3db429 /src/passes/StringLowering.cpp | |
parent | 8cce4d103a2ee54e7f09e81fc25b982b060d0e41 (diff) | |
download | binaryen-3a41065a27fc4e65d563ae983a06cbe774ad2ea7.tar.gz binaryen-3a41065a27fc4e65d563ae983a06cbe774ad2ea7.tar.bz2 binaryen-3a41065a27fc4e65d563ae983a06cbe774ad2ea7.zip |
Properly stringify names in tests (#6279)
Update identifiers used in tests to use a format supported by the new text
parser, i.e. either the standard format with its limited set of allowed
characters or the non-standard `$"..."` format. Notably, any name containing
square or curly braces now uses the string format.
Input automatically updated with this script:
https://gist.github.com/tlively/4e22311736661849e641d02e521a0748
The printer is updated to properly escape names in more places as well. The
logic for escaping names is moved to a common location so that the type
printing logic in wasm-type.cpp can use it as well.
Diffstat (limited to 'src/passes/StringLowering.cpp')
0 files changed, 0 insertions, 0 deletions