<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:aprantl@apple.com" title="Adrian Prantl <aprantl@apple.com>"> <span class="fn">Adrian Prantl</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Regression(r230930): Assertion `!DWARFBytes.empty() && "DebugLocEntry not finalized?"' failed."
   href="http://llvm.org/bugs/show_bug.cgi?id=22747">bug 22747</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;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Regression(r230930): Assertion `!DWARFBytes.empty() && "DebugLocEntry not finalized?"' failed."
   href="http://llvm.org/bugs/show_bug.cgi?id=22747#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Regression(r230930): Assertion `!DWARFBytes.empty() && "DebugLocEntry not finalized?"' failed."
   href="http://llvm.org/bugs/show_bug.cgi?id=22747">bug 22747</a>
              from <span class="vcard"><a class="email" href="mailto:aprantl@apple.com" title="Adrian Prantl <aprantl@apple.com>"> <span class="fn">Adrian Prantl</span></a>
</span></b>
        <pre>I removed the assertion entirely in r231023, because it is absolutely possible
to have DebugLocEntries that cannot be lowered into DWARF, such as certain
Machine registers and constant floating point expressions (the second one I
fixed in the last iteration but I forgot about the machine registers).

The good thing is that I now have a testcase for where we could try harder to
lower machine registers into Dwarf.</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>