[PATCH] D13536: Fixed sys::findProgramByName (Windows) to accept files with point in name

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 7 17:11:49 PDT 2015


rnk added a comment.

I think we can get away with always manually appending the extension ourselves. We don't need any conditional control flow.


http://reviews.llvm.org/D13536





More information about the llvm-commits mailing list