[PATCH] D57343: lit: Let lit.util.which() return a normcase()ed path

Zachary Turner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 30 09:11:03 PST 2019


zturner accepted this revision.
zturner added a comment.
This revision is now accepted and ready to land.

I think it's possible to detect the case insensitivity of the file system itself, rather than relying on the operating system which as you point out is neither necessary nor sufficient to identify case insensitivity.  But, also like you pointed out, that's another can of worms entirely, so I agree this is the simplest thing to make things better than before.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57343/new/

https://reviews.llvm.org/D57343





More information about the cfe-commits mailing list