mono / CppSharp

Tools and libraries to glue C/C++ APIs to high-level languages
MIT License
3.13k stars 516 forks source link

Current LLVM/Clang used to build? #55

Closed kmonchamp closed 11 years ago

kmonchamp commented 11 years ago

The latest versions of clang appear to not be compatible with CppSharp. It looks like CC_Default was removed. http://llvm-reviews.chandlerc.com/D1231

I was wondering what the current revision of clang (and LLVM) I should be using to build?

tritao commented 11 years ago

I'm currently using r187641.

Thanks for the heads up, I'll update it to the latest Clang revisions soon.

tritao commented 11 years ago

Fixed.