For remote execution, must cd to the executable directory since the exe expects to...
authorDavid Goodwin <david_goodwin@apple.com>
Mon, 20 Jul 2009 17:15:03 +0000 (17:15 +0000)
committerDavid Goodwin <david_goodwin@apple.com>
Mon, 20 Jul 2009 17:15:03 +0000 (17:15 +0000)
commit91cf36151663543bffcecaf01d4b6dcef2aa0f2b
tree076ec4ef56319579261298167f3a53c824162fe7
parent83757c7fb51bd60a8c264fba24a0b6f1b01efdd3
For remote execution, must cd to the executable directory since the exe expects to find a dylib in the CWD ('.').

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76432 91177308-0d34-0410-b5e6-96231b3b80d8
tools/bugpoint/ToolRunner.cpp