Move Memory.{h,cpp} to lld/Support so that we can use them from COFF.
authorRui Ueyama <ruiu@google.com>
Thu, 8 Dec 2016 18:31:13 +0000 (18:31 +0000)
committerRui Ueyama <ruiu@google.com>
Thu, 8 Dec 2016 18:31:13 +0000 (18:31 +0000)
commit520d9169e6302be3a3e74e67a61ea07b03b18370
tree21756530df2d9e7ffc521a2bcb04c83d6155066c
parenta8fde7ce8b4e3a11bfd238f3002e8899b9c9f24c
Move Memory.{h,cpp} to lld/Support so that we can use them from COFF.

llvm-svn: 289084
16 files changed:
lld/ELF/CMakeLists.txt
lld/ELF/Driver.cpp
lld/ELF/DriverUtils.cpp
lld/ELF/InputFiles.cpp
lld/ELF/InputSection.cpp
lld/ELF/LinkerScript.cpp
lld/ELF/OutputSections.cpp
lld/ELF/SymbolTable.cpp
lld/ELF/SyntheticSections.cpp
lld/ELF/Target.cpp
lld/ELF/Thunks.cpp
lld/ELF/Writer.cpp
lld/include/lld/Support/Memory.h [moved from lld/ELF/Memory.h with 96% similarity]
lld/lib/CMakeLists.txt
lld/lib/Support/CMakeLists.txt [new file with mode: 0644]
lld/lib/Support/Memory.cpp [moved from lld/ELF/Memory.cpp with 79% similarity]