Make FindProgramByName return paths with slashes unmodified on Windows.
authorMikhail Glushenkov <foldr@codedgers.com>
Tue, 2 Nov 2010 20:32:39 +0000 (20:32 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Tue, 2 Nov 2010 20:32:39 +0000 (20:32 +0000)
commit9cd59712289214225094b5b4108c2dbbf06a052c
tree9c56a6c5b666ef6617bb2e35a487c1c01734aa82
parent0f2ec15b9e22e80ffcb7332500f47c165b8ee945
Make FindProgramByName return paths with slashes unmodified on Windows.

This makes its behaviour more consistent across platforms.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118048 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/System/Program.h
lib/System/Unix/Program.inc
lib/System/Win32/Program.inc