Fix FindExecutable to work if given an absolute executable path name.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 1 Jul 2009 15:26:13 +0000 (15:26 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 1 Jul 2009 15:26:13 +0000 (15:26 +0000)
commit93696a38b709361aee960fd8537973205ea8cfef
treeacba92c563a63f7b5797afc0bcfdcd76621b2dce
parent1aa14aac4198bca0f44e4adad42bf6238cbf9757
Fix FindExecutable to work if given an absolute executable path name.
 - Patch by Viktor Kutuzov, with tweaks by me.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74608 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/SystemUtils.cpp