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/OutputSections.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/OutputSections.cpp')
| -rw-r--r-- | lld/ELF/OutputSections.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/OutputSections.cpp b/lld/ELF/OutputSections.cpp index bc67a000e88..f87b52441bd 100644 --- a/lld/ELF/OutputSections.cpp +++ b/lld/ELF/OutputSections.cpp @@ -10,11 +10,11 @@ #include "OutputSections.h" #include "Config.h" #include "LinkerScript.h" -#include "Memory.h" #include "Strings.h" #include "SymbolTable.h" #include "SyntheticSections.h" #include "Target.h" +#include "lld/Common/Memory.h" #include "lld/Common/Threads.h" #include "llvm/BinaryFormat/Dwarf.h" #include "llvm/Support/Compression.h" |

