[llvm-commits] CVS: llvm/tools/llvm-ld/GenerateCode.cpp llvm-ld.cpp
Reid Spencer
reid at x10sys.com
Sun Nov 14 15:00:55 PST 2004
Changes in directory llvm/tools/llvm-ld:
GenerateCode.cpp updated: 1.2 -> 1.3
llvm-ld.cpp updated: 1.3 -> 1.4
---
Log message:
Linker.h has a new home.
---
Diffs of the changes: (+2 -2)
Index: llvm/tools/llvm-ld/GenerateCode.cpp
diff -u llvm/tools/llvm-ld/GenerateCode.cpp:1.2 llvm/tools/llvm-ld/GenerateCode.cpp:1.3
--- llvm/tools/llvm-ld/GenerateCode.cpp:1.2 Wed Oct 6 23:11:24 2004
+++ llvm/tools/llvm-ld/GenerateCode.cpp Sun Nov 14 17:00:08 2004
@@ -14,6 +14,7 @@
//===----------------------------------------------------------------------===//
#include "llvm-ld.h"
+#include "llvm/Linker.h"
#include "llvm/Module.h"
#include "llvm/PassManager.h"
#include "llvm/Analysis/LoadValueNumbering.h"
@@ -23,7 +24,6 @@
#include "llvm/Target/TargetData.h"
#include "llvm/Transforms/IPO.h"
#include "llvm/Transforms/Scalar.h"
-#include "llvm/Support/Linker.h"
#include "llvm/Support/SystemUtils.h"
#include "llvm/Support/CommandLine.h"
using namespace llvm;
Index: llvm/tools/llvm-ld/llvm-ld.cpp
diff -u llvm/tools/llvm-ld/llvm-ld.cpp:1.3 llvm/tools/llvm-ld/llvm-ld.cpp:1.4
--- llvm/tools/llvm-ld/llvm-ld.cpp:1.3 Sun Nov 14 16:24:17 2004
+++ llvm/tools/llvm-ld/llvm-ld.cpp Sun Nov 14 17:00:08 2004
@@ -21,6 +21,7 @@
//===----------------------------------------------------------------------===//
#include "llvm-ld.h"
+#include "llvm/Linker.h"
#include "llvm/Module.h"
#include "llvm/PassManager.h"
#include "llvm/Bytecode/Reader.h"
@@ -30,7 +31,6 @@
#include "llvm/Target/TargetMachineRegistry.h"
#include "llvm/Transforms/IPO.h"
#include "llvm/Transforms/Scalar.h"
-#include "llvm/Support/Linker.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/FileUtilities.h"
#include "llvm/System/Signals.h"
More information about the llvm-commits
mailing list