diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-12 20:37:43 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-12 20:37:43 +0000 |
commit | 7f49602e5ac7186c9505a0496393dd624515b459 (patch) | |
tree | 396e86b66e5f279c599203ae8bc33c1c74e22e6b /lib/Linker/LinkModules.cpp | |
parent | c408c45900dfcf469631dcde2abc9a893f42249c (diff) |
This file originated in lib/VMCore/Linker.cpp but now lives in
lib/Linker/LinkModules.cpp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17694 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Linker/LinkModules.cpp')
-rw-r--r-- | lib/Linker/LinkModules.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Linker/LinkModules.cpp b/lib/Linker/LinkModules.cpp index a07caf3b69..6d732f11b8 100644 --- a/lib/Linker/LinkModules.cpp +++ b/lib/Linker/LinkModules.cpp @@ -1,4 +1,4 @@ -//===- Linker.cpp - Module Linker Implementation --------------------------===// +//===- lib/Linker/LinkModules.cpp - Module Linker Implementation ----------===// // // The LLVM Compiler Infrastructure // |