summaryrefslogtreecommitdiffstats
path: root/lld/ELF/LinkerScript.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2017-11-28 20:39:17 +0000
committerRui Ueyama <ruiu@google.com>2017-11-28 20:39:17 +0000
commit2017d52b54c181f2236e6c94d43f4aa43c30583f (patch)
tree9c6f4a2dab676e0725580e905e9a1d01be4287ac /lld/ELF/LinkerScript.cpp
parent7b361b50d88fd142cada51b3545ae6c0803c44a5 (diff)
downloadbcm5719-llvm-2017d52b54c181f2236e6c94d43f4aa43c30583f.tar.gz
bcm5719-llvm-2017d52b54c181f2236e6c94d43f4aa43c30583f.zip
Move Memory.{h,cpp} to Common.
Differential Revision: https://reviews.llvm.org/D40571 llvm-svn: 319221
Diffstat (limited to 'lld/ELF/LinkerScript.cpp')
-rw-r--r--lld/ELF/LinkerScript.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/LinkerScript.cpp b/lld/ELF/LinkerScript.cpp
index 2140eb4148e..e5cf10d1350 100644
--- a/lld/ELF/LinkerScript.cpp
+++ b/lld/ELF/LinkerScript.cpp
@@ -14,7 +14,6 @@
#include "LinkerScript.h"
#include "Config.h"
#include "InputSection.h"
-#include "Memory.h"
#include "OutputSections.h"
#include "Strings.h"
#include "SymbolTable.h"
@@ -22,6 +21,7 @@
#include "SyntheticSections.h"
#include "Target.h"
#include "Writer.h"
+#include "lld/Common/Memory.h"
#include "lld/Common/Threads.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringRef.h"
OpenPOWER on IntegriCloud