llvm::FindExecutable(): Retrieve the name with suffix.exe, if available.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 2 Sep 2010 03:46:04 +0000 (03:46 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 2 Sep 2010 03:46:04 +0000 (03:46 +0000)
commit1b68af4183d20ccd9de8035ab8812a4d88827f88
tree6416983774da0f12092a04edc081655f1e347e57
parentb51633b476b9d4bb62f9b92fe37a777423b0589a
llvm::FindExecutable(): Retrieve the name with suffix.exe, if available.

bugpoint uses it.

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