<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - No libclang.lib starting with 3.5.0 for Windows builds/releases (LNK1181: cannot open input file 'clang.lib')"
href="http://llvm.org/bugs/show_bug.cgi?id=22334">22334</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>No libclang.lib starting with 3.5.0 for Windows builds/releases (LNK1181: cannot open input file 'clang.lib')
</td>
</tr>
<tr>
<th>Product</th>
<td>new-bugs
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>new bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>nikolai.kosjar@digia.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>In LLVM-3.4.1 [1] libclang is provided with *.dll and *.lib and it's possible
to build against it:
C:\Program Files (x86)\LLVM-3.4.1\bin\libclang.dll
C:\Program Files (x86)\LLVM-3.4.1\lib\libclang.lib
However, starting with 3.5.0 the *.lib is not part of the installation.
Instead, there now is a *.imp file.
C:\Program Files (x86)\LLVM-3.5.0\lib\libclang.imp
This is also the case with current snapshots [3].
Because of this I can't compile against 3.5.0 and above as before ("LINK :
fatal error LNK1181: cannot open input file 'clang.lib'"). Is this a bug or do
I have to adapt my build system?
[1] <a href="http://llvm.org/releases/3.4.1/LLVM-3.4.1-win32.exe">http://llvm.org/releases/3.4.1/LLVM-3.4.1-win32.exe</a>
[2] <a href="http://llvm.org/releases/3.5.0/LLVM-3.5.0-win32.exe">http://llvm.org/releases/3.5.0/LLVM-3.5.0-win32.exe</a>
[3] <a href="http://llvm.org/builds/downloads/LLVM-3.6.0-r225473-win32.exe">http://llvm.org/builds/downloads/LLVM-3.6.0-r225473-win32.exe</a></pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>