This is an archive of the discontinued LLVM Phabricator instance.

[COFF] Stop lowercasing paths in messages
ClosedPublic

Authored by smeenai on Dec 6 2017, 4:35 PM.

Details

Summary

It's pretty annoying to have LLD lowercase paths in error messages when
cross-compiling from a case-sensitive filesystem, since e.g. if I want
to examine the problematic object file, I have to perform some manual
case correction instead of just being able to copy the path from the
error message.

Diff Detail

Repository
rLLD LLVM Linker

Event Timeline

smeenai created this revision.Dec 6 2017, 4:35 PM
ruiu accepted this revision.Dec 6 2017, 4:43 PM

LGTM

I believe it is me who wrote code to lowercase pathnames, but I don't remember why I decided to do that.

This revision is now accepted and ready to land.Dec 6 2017, 4:43 PM
This revision was automatically updated to reflect the committed changes.
This revision was automatically updated to reflect the committed changes.