Port GetMainExecutable over to PathV2.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 26 Jun 2013 05:01:35 +0000 (05:01 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 26 Jun 2013 05:01:35 +0000 (05:01 +0000)
commit50188c1f42c122640ab9ccac2134acf371c26b2c
tree05539e5a83063a0eeda3c9211dfb8153cc750f0c
parent2c63b27e9f36dddc2660639026b19e606ad52cd0
Port GetMainExecutable over to PathV2.

I will remove the V1 version as soon as I change clang in the next commit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184914 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/FileSystem.h
lib/Support/Unix/PathV2.inc
lib/Support/Windows/PathV2.inc
tools/bugpoint/ToolRunner.cpp
tools/llvm-config/llvm-config.cpp
unittests/Support/ProgramTest.cpp