diff options
-rw-r--r-- | polly/lib/Exchange/JSONExporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Exchange/JSONExporter.cpp b/polly/lib/Exchange/JSONExporter.cpp index 92c69d208fe..d81fa6d2385 100644 --- a/polly/lib/Exchange/JSONExporter.cpp +++ b/polly/lib/Exchange/JSONExporter.cpp @@ -132,7 +132,7 @@ bool JSONExporter::runOnScop(Scop &scop) { // Write to file. std::string ErrInfo; - tool_output_file F(FileName.c_str(), ErrInfo); + tool_output_file F(FileName.c_str(), ErrInfo, llvm::sys::fs::F_None); std::string FunctionName = R.getEntry()->getParent()->getName(); errs() << "Writing JScop '" << R.getNameStr() << "' in function '" |