summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/BugDriver.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-06-18 15:29:32 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-06-18 15:29:32 +0000
commit302c0da6f138d1475b497a6e987787e94f15046f (patch)
treec939a1cd97e46053778d033cd933a94dc6572da1 /llvm/tools/bugpoint/BugDriver.h
parent5d0708893d5c8c137687e79e184e5c794b60e55c (diff)
downloadbcm5719-llvm-302c0da6f138d1475b497a6e987787e94f15046f.tar.gz
bcm5719-llvm-302c0da6f138d1475b497a6e987787e94f15046f.zip
Don't use PathV1.h in tools/bugpoint/Miscompilation.cpp.
llvm-svn: 184193
Diffstat (limited to 'llvm/tools/bugpoint/BugDriver.h')
-rw-r--r--llvm/tools/bugpoint/BugDriver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/tools/bugpoint/BugDriver.h b/llvm/tools/bugpoint/BugDriver.h
index 2b621ecc1cf..bb15b79034c 100644
--- a/llvm/tools/bugpoint/BugDriver.h
+++ b/llvm/tools/bugpoint/BugDriver.h
@@ -275,6 +275,8 @@ public:
/// bitcode file. If an error occurs, true is returned.
///
bool writeProgramToFile(const std::string &Filename, const Module *M) const;
+ bool writeProgramToFile(const std::string &Filename, int FD,
+ const Module *M) const;
private:
/// runPasses - Just like the method above, but this just returns true or
OpenPOWER on IntegriCloud