[PATCH] D21420: Properly handle short file names on the command line in Windows
David Majnemer via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 15 16:42:58 PDT 2016
majnemer added a comment.
Any reason not to perform the call to `ExpandShortFileName` in `GetArgumentVector`? I think we only need to do this for the first argument.
http://reviews.llvm.org/D21420
More information about the llvm-commits
mailing list