On 2018-03-02 16:29:54 -0800, Andres Freund wrote: > > #include <llvm-c/Core.h> > > #include <llvm-c/BitReader.h> > > > > It seems that it was intended that way anyway, since llvmjit.h contains > > its own provisions for extern C. > > Hrmpf, yea, I broke that the third time now. I'm actually inclined to > add an appropriate #ifdef ... #error so it's not repeated, what do you > think?
Hm, don't think that's easily possible :( - Andres