Fix the build on PowerPC/Darwin - it thought we were declaring a new
authorBrian Gaeke <gaeke@uiuc.edu>
Wed, 22 Dec 2004 22:33:33 +0000 (22:33 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Wed, 22 Dec 2004 22:33:33 +0000 (22:33 +0000)
commit06c375bd1d402ddcf2ee8e34005a74a0addbd7cc
tree1b7b26bc027e3e657f69a9f3e052dd49efad4e8a
parentcfaf80c471ac0e9bb646db582d70570340c6b413
Fix the build on PowerPC/Darwin - it thought we were declaring a new
function or something. Since FileRemover takes a const reference to
sys::Path, we need to pass an actual sys::Path variable.

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