<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [Wasm] llvm-objdump prints `call` as `except_ref.call`"
   href="https://bugs.llvm.org/show_bug.cgi?id=40506">40506</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[Wasm] llvm-objdump prints `call` as `except_ref.call`
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>libraries
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>other
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>MC
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>dan433584@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org, sbc@chromium.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=21398" name="attach_21398" title=".o file to reproduce the bug">attachment 21398</a> <a href="attachment.cgi?id=21398&action=edit" title=".o file to reproduce the bug">[details]</a></span>
.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
$</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>