[COFF] Stop lowercasing paths in messages
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. Differential Revision: https://reviews.llvm.org/D40931 llvm-svn: 319996
Loading
Please sign in to comment