<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:nenad@intrepid.com" title="Nenad Vukicevic <nenad@intrepid.com>"> <span class="fn">Nenad Vukicevic</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - dsymutil generates warnings on local symbols (?)"
   href="https://llvm.org/bugs/show_bug.cgi?id=25757">bug 25757</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>RESOLVED
           </td>
           <td>REOPENED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>INVALID
           </td>
           <td>---
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - dsymutil generates warnings on local symbols (?)"
   href="https://llvm.org/bugs/show_bug.cgi?id=25757#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - dsymutil generates warnings on local symbols (?)"
   href="https://llvm.org/bugs/show_bug.cgi?id=25757">bug 25757</a>
              from <span class="vcard"><a class="email" href="mailto:nenad@intrepid.com" title="Nenad Vukicevic <nenad@intrepid.com>"> <span class="fn">Nenad Vukicevic</span></a>
</span></b>
        <pre>To clarify this failure:

- The compiler used to generate object files is LLVM/Clang from Apple or GCC
built on Apple.  For all practical purposes we only pre-process source files to
generate the final compilation source file.

- We get warnings only from GCC as GCC driver invokes dysmutil at the end of
the run. LLVM driver does not invoke dysmutil, but if you invoke it by hand on
the executable you will get the same warnings.

- Out of 1000 tests we get failures only on tests that have more then 20 of
these kind of symbols (handful of them).  The other files do not produce
warnings but, based on your response, dsymutil is silently doing the wrong
thing on these files too.

Would it be helpful if I provide you with a file that does not generate
warnings?</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>