Here's the "svn info" output:<div><br></div><div><div>c:\bld\llvm-trunk>svn info</div><div>Path: .</div><div>Working Copy Root Path: C:\bld\llvm-trunk</div><div>URL: <a href="http://llvm.org/svn/llvm-project/llvm/trunk">http://llvm.org/svn/llvm-project/llvm/trunk</a></div>
<div>Repository Root: <a href="http://llvm.org/svn/llvm-project">http://llvm.org/svn/llvm-project</a></div><div>Repository UUID: 91177308-0d34-0410-b5e6-96231b3b80d8</div><div>Revision: 157599</div><div>Node Kind: directory</div>
<div>Schedule: normal</div><div>Last Changed Author: pcc</div><div>Last Changed Rev: 157594</div><div>Last Changed Date: 2012-05-28 23:48:37 +0200 (ma, 28 maj 2012)</div><div><br></div><div>I pulled this earlier today and the problem still exists for Mingw64/Win64 - that is, I have a file named liblibclang.dll in llvm-build/bin and liblibclang.dll.a in llvm-build/lib.</div>
<div><br></div><div><br></div><div>Cheers,</div><div>Mikael<br>-- Love Thy Frog!
</div><br><div class="gmail_quote">2012/5/29 David Röthlisberger <span dir="ltr"><<a href="mailto:david@rothlis.net" target="_blank">david@rothlis.net</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 28 May 2012, at 16:46, Mikael Lyngvig wrote:<br>
><br>
> Hi,<br>
><br>
> I accidentally noticed the following line when building LLVM and Clang on Windows 7 x64 using Mingw64:<br>
><br>
>     Linking CXX shared library ..\..\..\..\bin\liblibclang.dll<br>
><br>
> "Liblib" seems a bit overkill.  FYI.<br>
<br>
</div>See <a href="http://llvm.org/bugs/show_bug.cgi?id=12620" target="_blank">http://llvm.org/bugs/show_bug.cgi?id=12620</a> for links to several threads on the clang mailing list over the last 2 years.<br>
<br>
The latest change was trunk@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?<br>

<br>
Cheers,<br>
--Dave.<br><br></blockquote></div>
</div>