[LLVMdev] liblibclang.dll?

David Röthlisberger david at rothlis.net
Tue May 29 02:12:27 PDT 2012


On 28 May 2012, at 16:46, Mikael Lyngvig wrote:
> 
> Hi,
> 
> I accidentally noticed the following line when building LLVM and Clang on Windows 7 x64 using Mingw64:
> 
>     Linking CXX shared library ..\..\..\..\bin\liblibclang.dll
> 
> "Liblib" seems a bit overkill.  FYI.

See http://llvm.org/bugs/show_bug.cgi?id=12620 for links to several threads on the clang mailing list over the last 2 years.

The latest change was trunk at r156809 -- it attempted to fix the cmake build system such that it builds "libclang" (not liblib...) on both Unixes and Windows. Does your version of Clang include this revision?

Cheers,
--Dave.





More information about the llvm-dev mailing list