<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 - cc1as chokes on assembly from clang's `-S` option when WebAssembly is the target"
   href="https://bugs.llvm.org/show_bug.cgi?id=34544">bug 34544</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 - cc1as chokes on assembly from clang's `-S` option when WebAssembly is the target"
   href="https://bugs.llvm.org/show_bug.cgi?id=34544#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - cc1as chokes on assembly from clang's `-S` option when WebAssembly is the target"
   href="https://bugs.llvm.org/show_bug.cgi?id=34544">bug 34544</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>Have been working on roundtripping a variety of C code thru .s, fixing
everything I can across, to the point where this should generally be considered
working now. If you come across any particular problems, please file individual
bugs for the missing assembler feature against me.

Some of the changes:

Section types: <a href="https://reviews.llvm.org/D63947">https://reviews.llvm.org/D63947</a>
Allow offsets and p2align in symbol load: <a href="https://reviews.llvm.org/D63951">https://reviews.llvm.org/D63951</a>
Allow @object in .type directives: <a href="https://reviews.llvm.org/D63955">https://reviews.llvm.org/D63955</a>
Support .int16/32/64 directives: <a href="https://reviews.llvm.org/D63959">https://reviews.llvm.org/D63959</a>
tablegen: distinguish float/int immediate operands:
<a href="https://reviews.llvm.org/D64039">https://reviews.llvm.org/D64039</a>
Negative float constants: <a href="https://reviews.llvm.org/D64367">https://reviews.llvm.org/D64367</a>
refactored utilities to not depend on MachineInstr:
<a href="https://reviews.llvm.org/D64643">https://reviews.llvm.org/D64643</a>
.init_array: <a href="https://reviews.llvm.org/D64602">https://reviews.llvm.org/D64602</a>
Infinity / nan: <a href="https://reviews.llvm.org/D64770">https://reviews.llvm.org/D64770</a>
Call_indirect signatures: <a href="https://reviews.llvm.org/D64758">https://reviews.llvm.org/D64758</a></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>