https://bugs.llvm.org/show_bug.cgi?id=32678
Bug ID: 32678
Summary: lld-link: Add opt-in warning when linked files (.libs
etc) have a different case than on disk
Product: lld
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: COFF
Assignee: unassignedb...@nondot.org
Reporter: nicolaswe...@gmx.de
CC: llvm-bugs@lists.llvm.org
Similar to Wnonportable-include-path added in
http://llvm.org/viewvc/llvm-project?view=revision&revision=271708 : Add an
opt-in warning to lld that warns if you link e.g. user32.lib while the file is
called User32.Lib on disk.
This way, people on Windows can get diagnostics if their build wouldn't work on
a linux system with a case-sensitive file system.
This should catch:
- files passed on the command line
- in rsp files
- from #pragma comment(lib, "mylib.lib") lines in cc files
(Not urgent.)
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs