[PATCH] D106974: libcang: Add missing function to libclang.map
Tom Stellard via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 28 10:07:39 PDT 2021
tstellar created this revision.
tstellar added a reviewer: jrtc27.
tstellar requested review of this revision.
Herald added a project: clang.
This function is marked with CINDEX_LINKAGE, but was never added to the
export list / linker script.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D106974
Files:
clang/tools/libclang/libclang.map
Index: clang/tools/libclang/libclang.map
===================================================================
--- clang/tools/libclang/libclang.map
+++ clang/tools/libclang/libclang.map
@@ -49,6 +49,7 @@
clang_CompileCommand_getMappedSourceContent;
clang_CompileCommand_getMappedSourcePath;
clang_CompileCommand_getNumArgs;
+ clang_CompileCommand_getNumMappedSources
clang_CompileCommands_dispose;
clang_CompileCommands_getCommand;
clang_CompileCommands_getSize;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106974.362436.patch
Type: text/x-patch
Size: 495 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210728/fa2152c6/attachment.bin>
More information about the cfe-commits
mailing list