commit | a7cc6dd49445592bc528a5b338ede1ad5e6948ba | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon May 20 19:49:24 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon May 20 19:49:24 2002 +0000 |
tree | 3f26869dadc5276edbe356bfa25e296bbd619c1e | |
parent | 871c24f6d009bdf39257f3e577e335e7171b598f [diff] [blame] |
Use literal newline instead of endl git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2668 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/gccld/gccld.cpp b/tools/gccld/gccld.cpp index 65bf40e..359323e 100644 --- a/tools/gccld/gccld.cpp +++ b/tools/gccld/gccld.cpp
@@ -115,7 +115,7 @@ if (LinkModules(Composite.get(), M.get(), &ErrorMessage)) { cerr << "Error linking in '" << InputFilenames[i] << "': " - << ErrorMessage << endl; + << ErrorMessage << "\n"; return 1; } }