Add whitespace to try to fix bulleted list.
[oota-llvm.git] / tools / llvm-link / llvm-link.cpp
index 11870fa7683a2a676c9052c03c8c42031ab6e0e8..f1b32de04b87ef95888a23536e4b6cf32929220f 100644 (file)
@@ -110,7 +110,7 @@ int main(int argc, char **argv) {
   if (DumpAsm) errs() << "Here's the assembly:\n" << *Composite;
 
   std::string ErrorInfo;
-  tool_output_file Out(OutputFilename.c_str(), ErrorInfo, sys::fs::F_Binary);
+  tool_output_file Out(OutputFilename.c_str(), ErrorInfo, sys::fs::F_None);
   if (!ErrorInfo.empty()) {
     errs() << ErrorInfo << '\n';
     return 1;