[cfe-dev] location of libclang

Ted Kremenek kremenek at apple.com
Tue Nov 3 18:28:33 PST 2009


I think Eugene was referring to Nate's talk from the previous year.   
As Doug says, there is no libClang; conceptually Nate was talking of  
the union of the libraries Doug mentioned (which one can easily  
generate into a library of its own if so desired).

On Nov 3, 2009, at 5:34 PM, Douglas Gregor wrote:

>
> On Nov 2, 2009, at 10:49 PM, Eugene wrote:
>
>> At the developer meeting there was a talk (I think it was by Nate
>> Begeman) that mentioned libclang. I can't seem to find any reference
>> to
>> it and Nate's talk is not on the web site yet. Where can I find it?
>
>
> There is no single "libclang". Clang is a set of libraries
> (libClangLex, libClangSema, libClangCodeGen, etc.) that, together,
> form a compiler. For OpenCL, which Nate was talking about, you would
> need to link against at least:
>
> 	libClangBasic libClangLex libClangParse libClangAST libClangSema
> libClangCodeGen
>
> 	- Doug
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev




More information about the cfe-dev mailing list