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