MSVC stamps uppercase strings in directive sections, thus /nodefaultlib must be handled with case insensitive tests.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I guess /nodefaultlib just isn't that common compared to /defaultlib, so this hadn't been reported yet. Fix makes sense to me.
COFF/Driver.cpp | ||
---|---|---|
303 ↗ | (On Diff #206466) | I don't think we want this ifdef, I think we want LLD to do this when cross-linking from Linux to Windows. This is something we try to support for Chromium: |