Papierkorb / bindgen

Binding and wrapper generator for C/C++ libraries
GNU General Public License v3.0
179 stars 18 forks source link

Does not work with LLVM/Clang 14 and multi-LLVM setup #123

Open PhitherekReborn opened 1 year ago

PhitherekReborn commented 1 year ago

There are some changes in LLVM/Clang 14 that need CPP adjustments for parser. Also, the LLVM libs finder does not work properly if multiple LLVM runtime libraries are installed (it tries to link all of them).