diff options
author | Yury Delendik <ydelendik@mozilla.com> | 2018-09-17 10:05:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-17 10:05:43 -0500 |
commit | cefbbfadae87135ff37fb4fc1058c6baf8de0140 (patch) | |
tree | 4be93c23ad7cb95623f699a2fff9ef829abc426c /test/fib-dbg.wasm.fromBinary | |
parent | 403be53fb84645b9338454681792538af876cf87 (diff) | |
download | binaryen-cefbbfadae87135ff37fb4fc1058c6baf8de0140.tar.gz binaryen-cefbbfadae87135ff37fb4fc1058c6baf8de0140.tar.bz2 binaryen-cefbbfadae87135ff37fb4fc1058c6baf8de0140.zip |
Add debug information locations to the function prolog/epilog (#1674)
The current patch:
* Preserves the debug locations from function prolog and epilog
* Preserves the debug locations of the nested blocks
Diffstat (limited to 'test/fib-dbg.wasm.fromBinary')
-rw-r--r-- | test/fib-dbg.wasm.fromBinary | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/fib-dbg.wasm.fromBinary b/test/fib-dbg.wasm.fromBinary index ecb9d7efd..9e1bf0d53 100644 --- a/test/fib-dbg.wasm.fromBinary +++ b/test/fib-dbg.wasm.fromBinary @@ -122,7 +122,6 @@ (local $9 i32) (local $10 i32) (local $11 i32) - ;;@ fib.c:8:0 (block $label$1 (set_local $11 (get_global $global$3) @@ -134,9 +133,7 @@ (i32.const 0) ) ) - ;;@ fib.c:8:0 (if - ;;@ fib.c:3:0 (get_local $6) (block (set_local $1 @@ -159,7 +156,6 @@ ) ) ) - ;;@ fib.c:3:0 (loop $label$4 (block $label$5 ;;@ fib.c:4:0 |