<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:compnerd@compnerd.org" title="Saleem Abdulrasool <compnerd@compnerd.org>"> <span class="fn">Saleem Abdulrasool</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - unsupported ARM asm argument -mimplicit-it"
   href="https://llvm.org/bugs/show_bug.cgi?id=20339">bug 20339</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>WONTFIX
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - unsupported ARM asm argument -mimplicit-it"
   href="https://llvm.org/bugs/show_bug.cgi?id=20339#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - unsupported ARM asm argument -mimplicit-it"
   href="https://llvm.org/bugs/show_bug.cgi?id=20339">bug 20339</a>
              from <span class="vcard"><a class="email" href="mailto:compnerd@compnerd.org" title="Saleem Abdulrasool <compnerd@compnerd.org>"> <span class="fn">Saleem Abdulrasool</span></a>
</span></b>
        <pre>I think that using -fno-integrated-as is a reasonable workaround if you have
hand written assembly and do not wish to update it for the explicit IT blocks. 
This extension would be pretty invasive.  Given that modern CPUs support
restricted IT mode, the number of instructions that need to be placed into
explicit IT blocks is relatively small.  This only effects assembly input, not
generated assembly, as LLVM will already generate assembly with the IT blocks. 
We *could* silently ignore the argument, but that might be confusing as we we
wouldn't actually insert the IT blocks.</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>