diff options
author | Thomas Lively <tlively@google.com> | 2024-11-21 19:49:55 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-21 19:49:55 -0800 |
commit | 4bf9fca02c8f84c6283a4a9b17eca3f7c0144c5e (patch) | |
tree | e2493e385c885ba575af7b9203b4ac50ee96122d /scripts/auto_update_tests.py | |
parent | 7b12353fb2ef0240dd8bb3e6aaa764bc8408f9ad (diff) | |
download | binaryen-4bf9fca02c8f84c6283a4a9b17eca3f7c0144c5e.tar.gz binaryen-4bf9fca02c8f84c6283a4a9b17eca3f7c0144c5e.tar.bz2 binaryen-4bf9fca02c8f84c6283a4a9b17eca3f7c0144c5e.zip |
Propagate public visibility through all types (#7105)
Previously the classification of public types propagated public
visibility only through types that had previously been collected by
`collectHeapTypes`. Since there are settings that cause
`collectHeapTypes` to collect fewer types, it was possible for public
types to be missed if they were only public because they were reached by
an uncollected types.
Ensure that all public heap types are properly classified by propagating
public visibility even through types that are not part of the collected
output.
Fixes #7103.
Diffstat (limited to 'scripts/auto_update_tests.py')
0 files changed, 0 insertions, 0 deletions