summaryrefslogtreecommitdiff
path: root/include/llvm/Support/ToolOutputFile.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Support/ToolOutputFile.h')
-rw-r--r--include/llvm/Support/ToolOutputFile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/Support/ToolOutputFile.h b/include/llvm/Support/ToolOutputFile.h
index b3b7c577b7..cc8511f55b 100644
--- a/include/llvm/Support/ToolOutputFile.h
+++ b/include/llvm/Support/ToolOutputFile.h
@@ -49,6 +49,8 @@ public:
tool_output_file(const char *filename, std::string &ErrorInfo,
unsigned Flags = 0);
+ tool_output_file(const char *Filename, int FD);
+
/// os - Return the contained raw_fd_ostream.
raw_fd_ostream &os() { return OS; }