#48404: clang-3.6: libclang missing symbols in shared library -------------------------+------------------------ Reporter: macports@… | Owner: jeremyhu@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: fixed | Keywords: Port: clang-3.6 | -------------------------+------------------------ Changes (by jeremyhu@…): * status: new => closed * resolution: => fixed Comment: It looks like this is fixed in clang-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 }}} Closing as fixed in current versions. -- Ticket URL: <https://trac.macports.org/ticket/48404#comment:6> MacPorts <https://www.macports.org/> Ports system for OS X