<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:aardappel@gmail.com" title="Wouter van Oortmerssen <aardappel@gmail.com>"> <span class="fn">Wouter van Oortmerssen</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - wasm64: unimplemented R_WASM_GLOBAL_INDEX_I64 using -generate-arange-section"
   href="https://bugs.llvm.org/show_bug.cgi?id=52376">bug 52376</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - wasm64: unimplemented R_WASM_GLOBAL_INDEX_I64 using -generate-arange-section"
   href="https://bugs.llvm.org/show_bug.cgi?id=52376#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - wasm64: unimplemented R_WASM_GLOBAL_INDEX_I64 using -generate-arange-section"
   href="https://bugs.llvm.org/show_bug.cgi?id=52376">bug 52376</a>
              from <span class="vcard"><a class="email" href="mailto:aardappel@gmail.com" title="Wouter van Oortmerssen <aardappel@gmail.com>"> <span class="fn">Wouter van Oortmerssen</span></a>
</span></b>
        <pre>This particular assert should be fixed in <a href="https://reviews.llvm.org/D113438">https://reviews.llvm.org/D113438</a>, see
comments on that commit for details.

The general issue of .debug_aranges making sense however is not yet though,
since (as can be seen in the test code for the above patch) we are emitting
aranges for 2 separate "address spaces": data in linear memory, and code as
code section offsets. These could overlap and thus not make sense.

Since aranges does not accomodate for the concept of address spaces, the
easiest solution may be to only emit code offsets to aranges. Let me open a
fresh issue for that..</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>