Closed
Description
Bugzilla Link | 11534 |
Resolution | FIXED |
Resolved on | Nov 06, 2014 10:36 |
Version | trunk |
OS | Windows NT |
Blocks | llvm/llvm-bugzilla-archive#13707 |
CC | @tritao,@Meinersbur,@rafaelauler,@rnk |
Extended Description
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.