[PATCH] D68033: [llvm-ar] Make paths case insensitive when on windows
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 10 05:22:27 PDT 2019
ruiu added a comment.
As jhenderson suggested, could you add a description about this behavior? Looks like llvm-ar doesn't have a manual page, so the second best thing to add a description is probably the help message for `--help`.
In D68033#1703583 <https://reviews.llvm.org/D68033#1703583>, @MaskRay wrote:
> Case insensitivity and platform differences do make me sad, but if people think it is the right thing to do on Windows I'll not insist.
Well I'm not happy about this change, but this is probably an unavoidable consequence of the decision that Microsoft made in the early 80s...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68033/new/
https://reviews.llvm.org/D68033
More information about the llvm-commits
mailing list