This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGa4edb2b1ba0b: libcang: Add missing function to libclang.map 
(authored by tstellar).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106974/new/

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;


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;
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to