summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/Utility/Reproducer.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Utility/Reproducer.h')
-rw-r--r--lldb/include/lldb/Utility/Reproducer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/Utility/Reproducer.h b/lldb/include/lldb/Utility/Reproducer.h
index 37f47208624..27a3cce864c 100644
--- a/lldb/include/lldb/Utility/Reproducer.h
+++ b/lldb/include/lldb/Utility/Reproducer.h
@@ -137,7 +137,7 @@ class DataRecorder {
public:
DataRecorder(const FileSpec &filename, std::error_code &ec)
: m_filename(filename.GetFilename().GetStringRef()),
- m_os(filename.GetPath(), ec, llvm::sys::fs::F_Text), m_record(true) {}
+ m_os(filename.GetPath(), ec, llvm::sys::fs::OF_Text), m_record(true) {}
static llvm::Expected<std::unique_ptr<DataRecorder>>
Create(const FileSpec &filename);
OpenPOWER on IntegriCloud