diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-05-20 19:49:24 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-05-20 19:49:24 +0000 |
| commit | 2df953ba74b7a512bf4bc5809acba590f98c8dd5 (patch) | |
| tree | a32d2d08ee067f696842cd0799041ae88504f963 /llvm/tools | |
| parent | 6c1e5c4d3b861c899118184967e5427ff93bd9fb (diff) | |
| download | bcm5719-llvm-2df953ba74b7a512bf4bc5809acba590f98c8dd5.tar.gz bcm5719-llvm-2df953ba74b7a512bf4bc5809acba590f98c8dd5.zip | |
Use literal newline instead of endl
llvm-svn: 2668
Diffstat (limited to 'llvm/tools')
| -rw-r--r-- | llvm/tools/gccld/gccld.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/gccld/gccld.cpp b/llvm/tools/gccld/gccld.cpp index 65bf40ebaaa..359323e5e5a 100644 --- a/llvm/tools/gccld/gccld.cpp +++ b/llvm/tools/gccld/gccld.cpp @@ -115,7 +115,7 @@ int main(int argc, char **argv) { if (LinkModules(Composite.get(), M.get(), &ErrorMessage)) { cerr << "Error linking in '" << InputFilenames[i] << "': " - << ErrorMessage << endl; + << ErrorMessage << "\n"; return 1; } } |

