For PR351:
authorReid Spencer <rspencer@reidspencer.com>
Thu, 16 Dec 2004 23:04:20 +0000 (23:04 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 16 Dec 2004 23:04:20 +0000 (23:04 +0000)
commit5f76760c880e6d61c229d2058c5699b033caeae1
tree0afc79386ae09a712ea3dbd7fc4208d20d422eb9
parent9ac141823d6180f8a49299c55ed8fc8b9a8310a3
For PR351:
* removeFile() -> sys::Path::destroyFile()
* remove extraneous toString() calls
* convert local variables representing path names from std::string to
  sys::Path
* Use sys::Path objects with FileRemove instead of std::string
* Use sys::Path methods for construction of path names

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19001 91177308-0d34-0410-b5e6-96231b3b80d8
tools/bugpoint/BugDriver.cpp
tools/bugpoint/CrashDebugger.cpp
tools/bugpoint/ExecutionDriver.cpp
tools/bugpoint/Miscompilation.cpp
tools/bugpoint/OptimizerDriver.cpp
tools/gccld/gccld.cpp
tools/llvm-ld/llvm-ld.cpp