<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 - [WebAssembly] [DWARF] error: DIE has overlapping ranges"
   href="https://bugs.llvm.org/show_bug.cgi?id=46453">46453</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[WebAssembly] [DWARF] error: DIE has overlapping ranges
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>trunk
          </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>Backend: WebAssembly
          </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
          </td>
        </tr></table>
      <p>
        <div>
        <pre>STR: in emscripten,

EMMAKEN_CFLAGS="-g -w" EMCC_DEBUG=1 ./tests/runner.py  wasm2.test_zlib_cmake

llvm-dwarfdump --verify /tmp/emscripten_temp/emcc-0-base.wasm

That prints

error: DIE has overlapping ranges in DW_AT_ranges attribute:
[0x0000000000000006, 0x0000000000000132) and [0x0000000000000000,
0x0000000000000385)
error: DIE has overlapping ranges in DW_AT_ranges attribute:
[0x0000000000000000, 0x0000000000000385) and [0x0000000000000134,
0x00000000000002d8)
error: DIE has overlapping ranges in DW_AT_ranges attribute:
[0x0000000000000000, 0x0000000000000385) and [0x00000000000002da,
0x0000000000000487)

This may be the same as <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - DWARF debug info has overlapping, invalid line information"
   href="show_bug.cgi?id=18790">https://bugs.llvm.org/show_bug.cgi?id=18790</a> , I'm not
sure.</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>