Stub out a Path::GetMainExecutable call to find the path to the
authorChris Lattner <sabre@nondot.org>
Mon, 3 Mar 2008 02:55:43 +0000 (02:55 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 3 Mar 2008 02:55:43 +0000 (02:55 +0000)
commit1a091447f495bcf14a182e5960236db5f3adfede
tree6f7b39c16ee2d790cfad1277d483fd19d12322a9
parent53b727791729c5fc1ea5e40dd41fe93bfcde0288
Stub out a Path::GetMainExecutable call to find the path to the
main executable of a program.  This needs to be implemented on windows.

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