[llvm-bugs] [Bug 24183] libclang missing symbols
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Jan 18 17:28:05 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=24183
Jeremy Huddleston Sequoia <jeremyhu at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |jeremyhu at apple.com
Resolution|--- |FIXED
--- Comment #1 from Jeremy Huddleston Sequoia <jeremyhu at apple.com> ---
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
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160119/2bd78afe/attachment.html>
More information about the llvm-bugs
mailing list