summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/BugDriver.cpp
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
commit6cc07df4ecd7f48a01de23508822232e9d355f37 (patch)
tree5f980d630c6e686f2fb49661d77a8c53aa2ab847 /llvm/tools/bugpoint/BugDriver.cpp
parent7da14f1ab9ef46b83a2d67a8f49a9be4faac3d28 (diff)
downloadbcm5719-llvm-6cc07df4ecd7f48a01de23508822232e9d355f37.tar.gz
bcm5719-llvm-6cc07df4ecd7f48a01de23508822232e9d355f37.zip
[Layering] Sink Linker.h into a Linker subdirectory to make it
consistent with every other sub-library header in LLVM. llvm-svn: 203065
Diffstat (limited to 'llvm/tools/bugpoint/BugDriver.cpp')
-rw-r--r--llvm/tools/bugpoint/BugDriver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/bugpoint/BugDriver.cpp b/llvm/tools/bugpoint/BugDriver.cpp
index a5436ba4852..c23a7912c75 100644
--- a/llvm/tools/bugpoint/BugDriver.cpp
+++ b/llvm/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"
OpenPOWER on IntegriCloud