Skip to content

Properly lookup .lib files on command line on MS/Windows. #11906

Closed
@Bigcheese

Description

@Bigcheese
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.

Metadata

Metadata

Assignees

Labels

bugzillaIssues migrated from bugzillaclang:driver'clang' and 'clang++' user-facing binaries. Not 'clang-cl'

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions