[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 18:22:38 PDT 2016
jasonmolenda added a subscriber: jasonmolenda.
jasonmolenda added a comment.
I don't know if this is a safe change. Mac OS X filesystems like HFS Plus may be case-insensitive (but case preserving) or they may be case sensitive. Network filesystems mounted on a Mac may be case sensitive. Without doing some attribute check on the filesystem (I don't know what API can tell you this off-hand) where the FileSpec is, I don't think this is a good idea.
http://reviews.llvm.org/D20041
More information about the lldb-commits
mailing list