summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Linker/LinkModulesTest.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/unittests/Linker/LinkModulesTest.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/unittests/Linker/LinkModulesTest.cpp')
-rw-r--r--llvm/unittests/Linker/LinkModulesTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Linker/LinkModulesTest.cpp b/llvm/unittests/Linker/LinkModulesTest.cpp
index 06c00a05040..ef3772d3a73 100644
--- a/llvm/unittests/Linker/LinkModulesTest.cpp
+++ b/llvm/unittests/Linker/LinkModulesTest.cpp
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
-#include "llvm/Linker.h"
+#include "llvm/Linker/Linker.h"
#include "llvm/IR/BasicBlock.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/Function.h"
OpenPOWER on IntegriCloud