diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-18 15:29:32 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-18 15:29:32 +0000 |
commit | 302c0da6f138d1475b497a6e987787e94f15046f (patch) | |
tree | c939a1cd97e46053778d033cd933a94dc6572da1 /llvm/tools/bugpoint/BugDriver.h | |
parent | 5d0708893d5c8c137687e79e184e5c794b60e55c (diff) | |
download | bcm5719-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.h | 2 |
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 |