[cfe-dev] cmake & vc++: clang vs. libclang woes

Óscar Fuentes ofv at wanadoo.es
Sat Apr 9 19:37:48 PDT 2011


Eric Niebler <eric at boostpro.com> writes:

> On 4/6/2011 12:35 AM, Óscar Fuentes wrote:
>> Thanks for the info. So a solution for VS 10 users is to install SP1.
>
> That might solve the conflict on clang.[exp|lib] (I haven't tested), but
> not for clang.ilk (incremental linking) or clang.pdb (debug symbols)
> that I originally reported.

I've renamed libclang's output name to libclang. This way we create
libclang.dll on Windows and liblibclang.a elsewhere. Clients who use
that library must refer to it on the linker's command as `libclang'
instead of `clang'.




More information about the cfe-dev mailing list