diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-20 17:58:43 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-20 17:58:43 +0000 |
commit | 1dd27b157bbe7d9e44fa72abbc8b0f08eba804ec (patch) | |
tree | 09a26099dcce60ceefe122dfdd345e04eda408a9 /tools/gccld/Linker.cpp | |
parent | 943211187d72eb27d4f54de9ac7e5786e72b38e1 (diff) |
fix file header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9294 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/gccld/Linker.cpp')
-rw-r--r-- | tools/gccld/Linker.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/gccld/Linker.cpp b/tools/gccld/Linker.cpp index cfae2b9cbe..881581fcad 100644 --- a/tools/gccld/Linker.cpp +++ b/tools/gccld/Linker.cpp @@ -6,7 +6,6 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// // // This file contains routines to handle linking together LLVM bytecode files, // and to handle annoying things like static libraries. |