================
@@ -423,12 +423,6 @@ LLVM_17 {
     clang_getCursorUnaryOperatorKind;
 };
 
-LLVM_19 {
-  global:
-    clang_Cursor_getBinaryOpcode;
-    clang_Cursor_getBinaryOpcodeStr;
-};
-
----------------
Jugst3r wrote:

I think we have to remove it as this defines the list of symbols exposed in the 
DLL. As those symbols no longer exist with this MR, they must be removed

https://github.com/llvm/llvm-project/pull/132776
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to