Linker.h moved to include/llvm from include/llvm/Support.
authorReid Spencer <rspencer@reidspencer.com>
Sun, 14 Nov 2004 23:27:04 +0000 (23:27 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 14 Nov 2004 23:27:04 +0000 (23:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17807 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Linker/LinkModules.cpp

index 6d732f11b8e28102deb6661234ec58f1b4f774ba..a6155707294c4c741ec1f8e1173dc017757602de 100644 (file)
@@ -16,7 +16,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "llvm/Support/Linker.h"
+#include "llvm/Linker.h"
 #include "llvm/Constants.h"
 #include "llvm/DerivedTypes.h"
 #include "llvm/Module.h"
@@ -848,7 +848,6 @@ static bool LinkAppendingVars(Module *M,
 // error occurs, true is returned and ErrorMsg (if not null) is set to indicate
 // the problem.  Upon failure, the Dest module could be in a modified state, and
 // shouldn't be relied on to be consistent.
-//
 bool llvm::LinkModules(Module *Dest, const Module *Src, std::string *ErrorMsg) {
   assert(Dest != 0 && "Invalid Destination module");
   assert(Src  != 0 && "Invalid Source Module");