<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:jeremyhu@apple.com" title="Jeremy Huddleston Sequoia <jeremyhu@apple.com>"> <span class="fn">Jeremy Huddleston Sequoia</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - libclang missing symbols"
   href="https://llvm.org/bugs/show_bug.cgi?id=24183">bug 24183</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;">CC</td>
           <td>
                
           </td>
           <td>jeremyhu@apple.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - libclang missing symbols"
   href="https://llvm.org/bugs/show_bug.cgi?id=24183#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - libclang missing symbols"
   href="https://llvm.org/bugs/show_bug.cgi?id=24183">bug 24183</a>
              from <span class="vcard"><a class="email" href="mailto:jeremyhu@apple.com" title="Jeremy Huddleston Sequoia <jeremyhu@apple.com>"> <span class="fn">Jeremy Huddleston Sequoia</span></a>
</span></b>
        <pre>Looks fixed in 3.8:

~ $ nm /opt/local/libexec/llvm-3.8/lib/libclang.dylib | grep
clang_CompileCommand 
000000000002c02d T _clang_CompileCommand_getArg
000000000002bfc6 T _clang_CompileCommand_getDirectory
000000000002bfe9 T _clang_CompileCommand_getFilename
000000000002c0f4 T _clang_CompileCommand_getMappedSourceContent
000000000002c09d T _clang_CompileCommand_getMappedSourcePath
000000000002c00e T _clang_CompileCommand_getNumArgs
000000000002c07e t _clang_CompileCommand_getNumMappedSources
000000000002bf3d T _clang_CompileCommands_dispose
000000000002bf86 T _clang_CompileCommands_getCommand
000000000002bf68 T _clang_CompileCommands_getSize

~ $ nm /opt/local/libexec/llvm-3.7/lib/libclang.dylib | grep
clang_CompileCommand 
0000000000022c4f T _clang_CompileCommand_getArg
0000000000022c0d T _clang_CompileCommand_getDirectory
0000000000022c30 T _clang_CompileCommand_getNumArgs
0000000000022b8a T _clang_CompileCommands_dispose
0000000000022bd3 T _clang_CompileCommands_getCommand
0000000000022bb5 T _clang_CompileCommands_getSize</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>