summaryrefslogtreecommitdiff
path: root/tools/bugpoint
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-03-06 03:42:23 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-03-06 03:42:23 +0000
commit8a67f12a3d2ad1f49320c7eb509d8d83b892de53 (patch)
treeff827282ee6492db8eebcba9fff1944dfd5464b5 /tools/bugpoint
parent67f6bf70d2cdb8fe74fe6872d90b7d09afe5dd69 (diff)
downloadllvm-8a67f12a3d2ad1f49320c7eb509d8d83b892de53.tar.gz
llvm-8a67f12a3d2ad1f49320c7eb509d8d83b892de53.tar.bz2
llvm-8a67f12a3d2ad1f49320c7eb509d8d83b892de53.tar.xz
[Layering] Sink Linker.h into a Linker subdirectory to make it
consistent with every other sub-library header in LLVM. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203065 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint')
-rw-r--r--tools/bugpoint/BugDriver.cpp2
-rw-r--r--tools/bugpoint/Miscompilation.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/bugpoint/BugDriver.cpp b/tools/bugpoint/BugDriver.cpp
index a5436ba485..c23a7912c7 100644
--- a/tools/bugpoint/BugDriver.cpp
+++ b/tools/bugpoint/BugDriver.cpp
@@ -17,7 +17,7 @@
#include "ToolRunner.h"
#include "llvm/IR/Module.h"
#include "llvm/IRReader/IRReader.h"
-#include "llvm/Linker.h"
+#include "llvm/Linker/Linker.h"
#include "llvm/Pass.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/FileUtilities.h"
diff --git a/tools/bugpoint/Miscompilation.cpp b/tools/bugpoint/Miscompilation.cpp
index 069a32af0f..8aebe5ea83 100644
--- a/tools/bugpoint/Miscompilation.cpp
+++ b/tools/bugpoint/Miscompilation.cpp
@@ -21,7 +21,7 @@
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/Verifier.h"
-#include "llvm/Linker.h"
+#include "llvm/Linker/Linker.h"
#include "llvm/Pass.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/FileUtilities.h"