summaryrefslogtreecommitdiff
path: root/src/tools/fuzzing/fuzzing.cpp
diff options
context:
space:
mode:
authorHeejin Ahn <aheejin@gmail.com>2024-05-06 16:37:32 -0700
committerGitHub <noreply@github.com>2024-05-06 16:37:32 -0700
commit4b7c610f14329dfe045534ec1cde7f28330393f9 (patch)
tree4c94816f122ab7655af038c9b9f62af36d7192ad /src/tools/fuzzing/fuzzing.cpp
parentd58c54643eb97e5c35f8c14a38f3bf549aee92f4 (diff)
downloadbinaryen-4b7c610f14329dfe045534ec1cde7f28330393f9.tar.gz
binaryen-4b7c610f14329dfe045534ec1cde7f28330393f9.tar.bz2
binaryen-4b7c610f14329dfe045534ec1cde7f28330393f9.zip
Allow DWARF and multivalue together (#6570)
This allows writing of binaries with DWARF info when multivalue is enabled. Currently we just crash when both are enabled together. This just assumes, unless we have run DWARF-invalidating passes, all locals added for tuples or scratch locals would have been added at the end of the local list, so just printing all locals in order would preserve the DWARF info. Tuple locals are expanded in place and scratch locals are added at the end.
Diffstat (limited to 'src/tools/fuzzing/fuzzing.cpp')
0 files changed, 0 insertions, 0 deletions