https://bugs.llvm.org/show_bug.cgi?id=40506
Bug ID: 40506
Summary: [Wasm] llvm-objdump prints `call` as `except_ref.call`
Product: libraries
Version: trunk
Hardware: Other
OS: other
Status: NEW
Severity: normal
Priority: P
Component: MC
Assignee: unassignedb...@nondot.org
Reporter: dan433...@gmail.com
CC: llvm-bugs@lists.llvm.org, s...@chromium.org
Created attachment 21398
--> https://bugs.llvm.org/attachment.cgi?id=21398&action=edit
.o file to reproduce the bug
On the attached .o file, wasm2wat prints the instructions as calls:
$ wasm2wat a.o |grep call
call 0)
call 0))
$
while llvm-objdump -d prints them as except_ref.calls:
$ ../build.llvm/bin/llvm-objdump -d a.o |grep call
8: 10 80 80 80 80 00 except_ref.call 0
11: 10 80 80 80 80 00 except_ref.call 0
$
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs