<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:k@keith.so" title="Keith Smiley <k@keith.so>"> <span class="fn">Keith Smiley</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - llvm-nm prints incorrect symbol types on Mac"
   href="https://bugs.llvm.org/show_bug.cgi?id=13613">bug 13613</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;">CC</td>
           <td>
                
           </td>
           <td>k@keith.so
           </td>
         </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 - llvm-nm prints incorrect symbol types on Mac"
   href="https://bugs.llvm.org/show_bug.cgi?id=13613#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - llvm-nm prints incorrect symbol types on Mac"
   href="https://bugs.llvm.org/show_bug.cgi?id=13613">bug 13613</a>
              from <span class="vcard"><a class="email" href="mailto:k@keith.so" title="Keith Smiley <k@keith.so>"> <span class="fn">Keith Smiley</span></a>
</span></b>
        <pre>This appears t be resolved, this code now produces the same output with all 3
nms that ship with macOS:

% nm a.out # Default llvm-nm with Xcode
0000000100000000 T __mh_execute_header
0000000100000f80 T _f1
0000000100000f90 T _f2
0000000100000fa0 T _main
                 U dyld_stub_binder
% ./build/bin/llvm-nm a.out # Trunk llvm-nm
0000000100000000 T __mh_execute_header
0000000100000f80 T _f1
0000000100000f90 T _f2
0000000100000fa0 T _main
                 U dyld_stub_binder
% xcrun nm-classic a.out # legacy nm
0000000100000000 T __mh_execute_header
0000000100000f80 T _f1
0000000100000f90 T _f2
0000000100000fa0 T _main
                 U dyld_stub_binder</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>