Update file headers for renamed files.
authorChris Lattner <sabre@nondot.org>
Tue, 30 Sep 2003 03:24:28 +0000 (03:24 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 30 Sep 2003 03:24:28 +0000 (03:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8758 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Linker/LinkArchives.cpp
tools/gccld/GenerateCode.cpp
tools/gccld/Linker.cpp

index 59570526e18507a1ec5e0b61136ff79c3d2c1de4..0d0dc9fabaa2dc178096de7a085d8d02de5cff50 100644 (file)
@@ -1,15 +1,7 @@
-//===- gccld.cpp - LLVM 'ld' compatible linker ----------------------------===//
-//
-// This utility is intended to be compatible with GCC, and follows standard
-// system 'ld' conventions.  As such, the default output file is ./a.out.
-// Additionally, this program outputs a shell script that is used to invoke LLI
-// to execute the program.  In this manner, the generated executable (a.out for
-// example), is directly executable, whereas the bytecode file actually lives in
-// the a.out.bc file generated by this program.  Also, Force is on by default.
-//
-// Note that if someone (or a script) deletes the executable program generated,
-// the .bc file will be left around.  Considering that this is a temporary hack,
-// I'm not too worried about this.
+//===- Linker.cpp - Link together LLVM objects and libraries --------------===//
+//
+// This file contains routines to handle linking together LLVM bytecode files,
+// and to handle annoying things like static libraries.
 //
 //===----------------------------------------------------------------------===//
 
index 09583df8d181f090cc9a6d9c9ed9bbe01d5d56e4..7660be5dd894bee8f16d001674a630ba59392b05 100644 (file)
@@ -1,4 +1,4 @@
-//===- gencode.cpp - Functions for generating executable files  -----------===//
+//===- GenerateCode.cpp - Functions for generating executable files  ------===//
 //
 // This file contains functions for generating executable files once linking
 // has finished.  This includes generating a shell script to run the JIT or
index 59570526e18507a1ec5e0b61136ff79c3d2c1de4..0d0dc9fabaa2dc178096de7a085d8d02de5cff50 100644 (file)
@@ -1,15 +1,7 @@
-//===- gccld.cpp - LLVM 'ld' compatible linker ----------------------------===//
-//
-// This utility is intended to be compatible with GCC, and follows standard
-// system 'ld' conventions.  As such, the default output file is ./a.out.
-// Additionally, this program outputs a shell script that is used to invoke LLI
-// to execute the program.  In this manner, the generated executable (a.out for
-// example), is directly executable, whereas the bytecode file actually lives in
-// the a.out.bc file generated by this program.  Also, Force is on by default.
-//
-// Note that if someone (or a script) deletes the executable program generated,
-// the .bc file will be left around.  Considering that this is a temporary hack,
-// I'm not too worried about this.
+//===- Linker.cpp - Link together LLVM objects and libraries --------------===//
+//
+// This file contains routines to handle linking together LLVM bytecode files,
+// and to handle annoying things like static libraries.
 //
 //===----------------------------------------------------------------------===//