<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-ld: warning: unexpected existing value for R_WEBASSEMBLY_FUNCTION_OFFSET_I32"
   href="https://bugs.llvm.org/show_bug.cgi?id=40503">40503</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>wasm-ld: warning: unexpected existing value for R_WEBASSEMBLY_FUNCTION_OFFSET_I32
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>lld
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

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

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>All Bugs
          </td>
        </tr>

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

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

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org, peter.smith@linaro.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>This happens on the poppler test in emscripten,

./tests/runner.py  wasmobj2.test_poppler

The output contains many lines like

wasm-ld: warning: unexpected existing value for
R_WEBASSEMBLY_FUNCTION_OFFSET_I32: existing=1387 expected=25894
wasm-ld: warning: unexpected existing value for
R_WEBASSEMBLY_FUNCTION_OFFSET_I32: existing=1390 expected=25897
wasm-ld: warning: unexpected existing value for
R_WEBASSEMBLY_FUNCTION_OFFSET_I32: existing=1393 expected=25900
wasm-ld: warning: unexpected existing value for
R_WEBASSEMBLY_FUNCTION_OFFSET_I32: existing=1396 expected=25903
wasm-ld: warning: unexpected existing value for
R_WEBASSEMBLY_FUNCTION_OFFSET_I32: existing=1399 expected=25906
wasm-ld: warning: unexpected existing value for
R_WEBASSEMBLY_FUNCTION_OFFSET_I32: existing=1411 expected=25909
wasm-ld: warning: unexpected existing value for
R_WEBASSEMBLY_FUNCTION_OFFSET_I32: existing=1416 expected=25914
wasm-ld: warning: unexpected existing value for
R_WEBASSEMBLY_FUNCTION_OFFSET_I32: existing=1426 expected=25919

The test passes despite the warnings.</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>