diff options
author | Sam Clegg <sbc@chromium.org> | 2020-10-14 21:10:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-14 19:10:26 -0700 |
commit | 9c5df069cc466d904c8faa1888095e84ae74d404 (patch) | |
tree | c8f69e0c526428d2849d45be1154ed45dfa77868 /test/passes/strip-debug.bin.txt | |
parent | 6216becd5e8d93cd17c758a63f24db4494719e2c (diff) | |
download | binaryen-9c5df069cc466d904c8faa1888095e84ae74d404.tar.gz binaryen-9c5df069cc466d904c8faa1888095e84ae74d404.tar.bz2 binaryen-9c5df069cc466d904c8faa1888095e84ae74d404.zip |
Assign import names consistently between text and binaryn reader (#3238)
The s-parser was assigning numbers names per-type where as
the binaryn reader was using the global import count as the
number to append.
This change switches to use per-element count which I think
it preferable as it increases the stability of the auto-generated
names. e.g. memory is now always named `$mimport0`.
Diffstat (limited to 'test/passes/strip-debug.bin.txt')
-rw-r--r-- | test/passes/strip-debug.bin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/passes/strip-debug.bin.txt b/test/passes/strip-debug.bin.txt index 90627c525..9efa8d3a8 100644 --- a/test/passes/strip-debug.bin.txt +++ b/test/passes/strip-debug.bin.txt @@ -1,7 +1,7 @@ (module (type $none_=>_i32 (func (result i32))) (import "env" "__linear_memory" (memory $mimport$0 0)) - (import "env" "__indirect_function_table" (table $timport$1 0 funcref)) + (import "env" "__indirect_function_table" (table $timport$0 0 funcref)) (func $0 (result i32) (local $0 i32) (local.set $0 |