[Lldb-commits] [PATCH] D20041: File path comparisons should be case-insensitive on OS X

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Fri May 6 19:03:29 PDT 2016


jasonmolenda added a comment.

Agreed, filesystems are almost always case sensitive on mac/ios.  I'd hate for anyone to make the assumption that it's always the case, though - I work with network filesystems that are case sensitive every day so I'm very aware of the possibility. :)


http://reviews.llvm.org/D20041





More information about the lldb-commits mailing list