summaryrefslogtreecommitdiff
path: root/tools/llvm-cxxmap/llvm-cxxmap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-cxxmap/llvm-cxxmap.cpp')
-rw-r--r--tools/llvm-cxxmap/llvm-cxxmap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-cxxmap/llvm-cxxmap.cpp b/tools/llvm-cxxmap/llvm-cxxmap.cpp
index 87d4d06bbc96..b53a6364c89e 100644
--- a/tools/llvm-cxxmap/llvm-cxxmap.cpp
+++ b/tools/llvm-cxxmap/llvm-cxxmap.cpp
@@ -145,7 +145,7 @@ int main(int argc, const char *argv[]) {
exitWithErrorCode(RemappingBufOrError.getError(), RemappingFile);
std::error_code EC;
- raw_fd_ostream OS(OutputFilename.data(), EC, sys::fs::F_Text);
+ raw_fd_ostream OS(OutputFilename.data(), EC, sys::fs::OF_Text);
if (EC)
exitWithErrorCode(EC, OutputFilename);