[LLVMbugs] [Bug 11534] New: Properly lookup .lib files on command line on MS/Windows.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Dec 10 15:07:09 PST 2011
http://llvm.org/bugs/show_bug.cgi?id=11534
Bug #: 11534
Summary: Properly lookup .lib files on command line on
MS/Windows.
Product: clang
Version: trunk
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: Driver
AssignedTo: bigcheesegs at gmail.com
ReportedBy: bigcheesegs at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Given:
$clang++ file.cpp kernel32.lib
Clang currently prints:
clang++: error: no such file or directory: 'kernel32.lib'
It should look up the library in the same manner as cl.exe.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list