For PR351:
authorReid Spencer <rspencer@reidspencer.com>
Thu, 16 Dec 2004 23:01:34 +0000 (23:01 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 16 Dec 2004 23:01:34 +0000 (23:01 +0000)
commit9ac141823d6180f8a49299c55ed8fc8b9a8310a3
treecde8d6c57374e93a57189a4edd44e847c63ebec4
parenta2f7ed7035b38a13c65c04fa3b626197bd9d360a
For PR351:
* Make the OutputC and OutputAsm functions work with sys::Path for the output
  file name instead of using std::string.
* Get rid of extraneous "toString" calls.
* Change "removeFile" to sys::Path::destroyFile()

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