[PATCH] D150910: [libclang] Add CXBinaryOperatorKind and CXUnaryOperatorKind (implements 29138)

Igor Kushnir via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 8 05:33:33 PDT 2023


vedgy added a comment.

In D150910#4405536 <https://reviews.llvm.org/D150910#4405536>, @MineGame159 wrote:

> I kinda thought the undefined reference error is just something I broke on my machine but guess not. Don't really know what can cause it since it can link to other functions from there and the function exists.

I suspect the reason for the failed build is that you haven't updated `clang/tools/libclang/libclang.map`. Also `CINDEX_VERSION_MINOR` in `clang/include/clang-c/Index.h` needs to be incremented, unless it has been incremented in the targeted LLVM release version already. See e.g. cc929590ad305f0d068709c7c7999f5fc6118dc9 <https://reviews.llvm.org/rGcc929590ad305f0d068709c7c7999f5fc6118dc9>.


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

https://reviews.llvm.org/D150910



More information about the cfe-commits mailing list