[llvm-bugs] [Bug 40506] New: [Wasm] llvm-objdump prints `call` as `except_ref.call`
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Jan 28 16:31:30 PST 2019
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: unassignedbugs at nondot.org
Reporter: dan433584 at gmail.com
CC: llvm-bugs at lists.llvm.org, sbc at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190129/c7179cb5/attachment.html>
More information about the llvm-bugs
mailing list