<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:efriedma@quicinc.com" title="Eli Friedman <efriedma@quicinc.com>"> <span class="fn">Eli Friedman</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - clang drops the -flto=full when compiling an assembler file"
   href="https://bugs.llvm.org/show_bug.cgi?id=42831">bug 42831</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>WONTFIX
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>REOPENED
           </td>
           <td>RESOLVED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - clang drops the -flto=full when compiling an assembler file"
   href="https://bugs.llvm.org/show_bug.cgi?id=42831#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - clang drops the -flto=full when compiling an assembler file"
   href="https://bugs.llvm.org/show_bug.cgi?id=42831">bug 42831</a>
              from <span class="vcard"><a class="email" href="mailto:efriedma@quicinc.com" title="Eli Friedman <efriedma@quicinc.com>"> <span class="fn">Eli Friedman</span></a>
</span></b>
        <pre>Inline asm inside a function is represented as a special sort of call; see
<a href="http://llvm.org/docs/LangRef.html#inline-assembler-expressions">http://llvm.org/docs/LangRef.html#inline-assembler-expressions</a> .

Inline asm outside a function is represented as an opaque string; see
<a href="http://llvm.org/docs/LangRef.html#module-level-inline-assembly">http://llvm.org/docs/LangRef.html#module-level-inline-assembly</a> .

It's technically possible to convert a ".s" file to module-level inline asm,
but it wouldn't be useful for any normal workflow, and it might break assembly
that isn't written to expect that sort of embedding.</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>