diff options
author | Chris Lattner <sabre@nondot.org> | 2003-09-20 02:42:54 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-09-20 02:42:54 +0000 |
commit | bb37a69bfcf6ec663c84c3df9d77db39c46426a0 (patch) | |
tree | e1b839868e6808f4e39411c2523065a328049b65 /tools/llvm-link/llvm-link.cpp | |
parent | 51757155fabbf4e5463f064fb0e2913c64bd9844 (diff) | |
download | external_llvm-bb37a69bfcf6ec663c84c3df9d77db39c46426a0.zip external_llvm-bb37a69bfcf6ec663c84c3df9d77db39c46426a0.tar.gz external_llvm-bb37a69bfcf6ec663c84c3df9d77db39c46426a0.tar.bz2 |
Fix file header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8613 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-link/llvm-link.cpp')
-rw-r--r-- | tools/llvm-link/llvm-link.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/llvm-link/llvm-link.cpp b/tools/llvm-link/llvm-link.cpp index b276220..f377395 100644 --- a/tools/llvm-link/llvm-link.cpp +++ b/tools/llvm-link/llvm-link.cpp @@ -1,5 +1,4 @@ -//===----------------------------------------------------------------------===// -// LLVM 'LINK' UTILITY +//===- llvm-link.cpp - Low-level LLVM linker ------------------------------===// // // This utility may be invoked in the following manner: // llvm-link a.bc b.bc c.bc -o x.bc |