http://llvm.org/bugs/show_bug.cgi?id=22334

            Bug ID: 22334
           Summary: No libclang.lib starting with 3.5.0 for Windows
                    builds/releases (LNK1181: cannot open input file
                    'clang.lib')
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

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] http://llvm.org/releases/3.4.1/LLVM-3.4.1-win32.exe
[2] http://llvm.org/releases/3.5.0/LLVM-3.5.0-win32.exe
[3] http://llvm.org/builds/downloads/LLVM-3.6.0-r225473-win32.exe

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to