aboutsummaryrefslogtreecommitdiff
path: root/tools/gccld
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gccld')
-rw-r--r--tools/gccld/GenerateCode.cpp1
-rw-r--r--tools/gccld/Linker.cpp1
-rw-r--r--tools/gccld/gccld.cpp1
-rw-r--r--tools/gccld/gccld.h3
4 files changed, 1 insertions, 5 deletions
diff --git a/tools/gccld/GenerateCode.cpp b/tools/gccld/GenerateCode.cpp
index 5939691e29..d1a009b411 100644
--- a/tools/gccld/GenerateCode.cpp
+++ b/tools/gccld/GenerateCode.cpp
@@ -6,7 +6,6 @@
// the University of Illinois Open Source License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
-//
//
// This file contains functions for generating executable files once linking
// has finished. This includes generating a shell script to run the JIT or
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.
diff --git a/tools/gccld/gccld.cpp b/tools/gccld/gccld.cpp
index b484fd70a4..4ad942832e 100644
--- a/tools/gccld/gccld.cpp
+++ b/tools/gccld/gccld.cpp
@@ -6,7 +6,6 @@
// the University of Illinois Open Source License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
-//
//
// This utility is intended to be compatible with GCC, and follows standard
// system 'ld' conventions. As such, the default output file is ./a.out.
diff --git a/tools/gccld/gccld.h b/tools/gccld/gccld.h
index c98ca6c05f..39458d9b7e 100644
--- a/tools/gccld/gccld.h
+++ b/tools/gccld/gccld.h
@@ -1,4 +1,4 @@
-//===- util.h - Utility functions header file -----------------------------===//
+//===- gccld.h - Utility functions header file ----------------------------===//
//
// The LLVM Compiler Infrastructure
//
@@ -6,7 +6,6 @@
// the University of Illinois Open Source License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
-//
//
// This file contains function prototypes for the functions in util.cpp.
//