diff options
author | Rui Ueyama <ruiu@google.com> | 2017-11-28 20:39:17 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2017-11-28 20:39:17 +0000 |
commit | 2017d52b54c181f2236e6c94d43f4aa43c30583f (patch) | |
tree | 9c6f4a2dab676e0725580e905e9a1d01be4287ac /lld/ELF/ScriptParser.cpp | |
parent | 7b361b50d88fd142cada51b3545ae6c0803c44a5 (diff) | |
download | bcm5719-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/ScriptParser.cpp')
-rw-r--r-- | lld/ELF/ScriptParser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/ScriptParser.cpp b/lld/ELF/ScriptParser.cpp index 8130f27a53e..d56500ae7dd 100644 --- a/lld/ELF/ScriptParser.cpp +++ b/lld/ELF/ScriptParser.cpp @@ -17,11 +17,11 @@ #include "Driver.h" #include "InputSection.h" #include "LinkerScript.h" -#include "Memory.h" #include "OutputSections.h" #include "ScriptLexer.h" #include "Symbols.h" #include "Target.h" +#include "lld/Common/Memory.h" #include "llvm/ADT/SmallString.h" #include "llvm/ADT/StringRef.h" #include "llvm/ADT/StringSet.h" |