Replace the F_Binary flag with a F_Text one.
[oota-llvm.git] / tools / llvm-stress / llvm-stress.cpp
index 1b6bdd17144331c6dea4d468d3c18b9b1a6c47e7..beb0a6042d277473c90c11e37966201795fdfb70 100644 (file)
@@ -705,7 +705,7 @@ int main(int argc, char **argv) {
 
   std::string ErrorInfo;
   Out.reset(new tool_output_file(OutputFilename.c_str(), ErrorInfo,
-                                 sys::fs::F_Binary));
+                                 sys::fs::F_None));
   if (!ErrorInfo.empty()) {
     errs() << ErrorInfo << '\n';
     return 1;