Linker.h moved to include/llvm/Support
authorMisha Brukman <brukman+llvm@gmail.com>
Wed, 23 Jun 2004 17:33:09 +0000 (17:33 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Wed, 23 Jun 2004 17:33:09 +0000 (17:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14351 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Linker/LinkArchives.cpp
tools/bugpoint/BugDriver.cpp
tools/bugpoint/Miscompilation.cpp
tools/gccld/GenerateCode.cpp
tools/gccld/Linker.cpp
tools/gccld/gccld.cpp
tools/llvm-link/llvm-link.cpp

index d7a74fb5aff575fd402b56dbc91e9a76535bd496..fcaa7af3d5f001050974f65ab306997e4080090e 100644 (file)
@@ -20,7 +20,7 @@
 #include "llvm/Target/TargetData.h"
 #include "llvm/Transforms/IPO.h"
 #include "llvm/Transforms/Scalar.h"
-#include "llvm/Transforms/Utils/Linker.h"
+#include "llvm/Support/Linker.h"
 #include "Config/config.h"
 #include "Support/CommandLine.h"
 #include "Support/FileUtilities.h"
index 8803a78708f1a48a9f0000bd14d2d5039b7702e7..ed947c8520e285a3af9bc389cefc6af4184e844c 100644 (file)
@@ -18,7 +18,7 @@
 #include "llvm/Pass.h"
 #include "llvm/Assembly/Parser.h"
 #include "llvm/Bytecode/Reader.h"
-#include "llvm/Transforms/Utils/Linker.h"
+#include "llvm/Support/Linker.h"
 #include "llvm/Support/ToolRunner.h"
 #include "Support/CommandLine.h"
 #include "Support/FileUtilities.h"
index e920df3ecc1dfad6d0db4c3277f548fe6ebbbe99..222e646522ed305330eb22fa7cdd80707de8fa86 100644 (file)
@@ -22,7 +22,7 @@
 #include "llvm/Analysis/Verifier.h"
 #include "llvm/Support/Mangler.h"
 #include "llvm/Transforms/Utils/Cloning.h"
-#include "llvm/Transforms/Utils/Linker.h"
+#include "llvm/Support/Linker.h"
 #include "Support/CommandLine.h"
 #include "Support/FileUtilities.h"
 using namespace llvm;
index 4498d73300fb88a1e3e46db3062ef2e07d732eed..d186f745e1fc943133955cbc11451e0aae1ee66c 100644 (file)
@@ -22,7 +22,7 @@
 #include "llvm/Target/TargetData.h"
 #include "llvm/Transforms/IPO.h"
 #include "llvm/Transforms/Scalar.h"
-#include "llvm/Transforms/Utils/Linker.h"
+#include "llvm/Support/Linker.h"
 #include "Support/SystemUtils.h"
 #include "Support/CommandLine.h"
 using namespace llvm;
index d7a74fb5aff575fd402b56dbc91e9a76535bd496..fcaa7af3d5f001050974f65ab306997e4080090e 100644 (file)
@@ -20,7 +20,7 @@
 #include "llvm/Target/TargetData.h"
 #include "llvm/Transforms/IPO.h"
 #include "llvm/Transforms/Scalar.h"
-#include "llvm/Transforms/Utils/Linker.h"
+#include "llvm/Support/Linker.h"
 #include "Config/config.h"
 #include "Support/CommandLine.h"
 #include "Support/FileUtilities.h"
index 6f94ed51f4615eb6b3b72d19338e3e79bb07f19a..cddb9bdb47395106009d4051183c5578bfa6b594 100644 (file)
@@ -28,7 +28,7 @@
 #include "llvm/Target/TargetData.h"
 #include "llvm/Transforms/IPO.h"
 #include "llvm/Transforms/Scalar.h"
-#include "llvm/Transforms/Utils/Linker.h"
+#include "llvm/Support/Linker.h"
 #include "Support/CommandLine.h"
 #include "Support/FileUtilities.h"
 #include "llvm/System/Signals.h"
index f80f98893ee39f175fc60d65d5f726daf475c007..8b936bfe1beec96ed92043ecdaaf05b856e3652b 100644 (file)
@@ -16,7 +16,7 @@
 #include "llvm/Analysis/Verifier.h"
 #include "llvm/Bytecode/Reader.h"
 #include "llvm/Bytecode/Writer.h"
-#include "llvm/Transforms/Utils/Linker.h"
+#include "llvm/Support/Linker.h"
 #include "Support/CommandLine.h"
 #include "Support/FileUtilities.h"
 #include "llvm/System/Signals.h"