[PATCH] D40571: Move Memory.{h,cpp} to Common.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 28 12:18:24 PST 2017
ruiu created this revision.
Herald added subscribers: aheejin, sbc100, mgorny, emaste.
Move Memory.{h,cpp} to Common.
https://reviews.llvm.org/D40571
Files:
lld/COFF/Driver.cpp
lld/COFF/DriverUtils.cpp
lld/COFF/InputFiles.cpp
lld/COFF/Memory.h
lld/COFF/SymbolTable.cpp
lld/COFF/Symbols.cpp
lld/COFF/Symbols.h
lld/COFF/Writer.cpp
lld/Common/CMakeLists.txt
lld/Common/Memory.cpp
lld/ELF/Driver.cpp
lld/ELF/DriverUtils.cpp
lld/ELF/GdbIndex.cpp
lld/ELF/InputFiles.cpp
lld/ELF/InputSection.cpp
lld/ELF/LinkerScript.cpp
lld/ELF/MarkLive.cpp
lld/ELF/Memory.h
lld/ELF/OutputSections.cpp
lld/ELF/Relocations.cpp
lld/ELF/ScriptParser.cpp
lld/ELF/SymbolTable.cpp
lld/ELF/SyntheticSections.cpp
lld/ELF/Thunks.cpp
lld/ELF/Writer.cpp
lld/include/lld/Common/Memory.h
lld/wasm/Driver.cpp
lld/wasm/InputFiles.cpp
lld/wasm/Memory.h
lld/wasm/OutputSections.cpp
lld/wasm/SymbolTable.cpp
lld/wasm/Writer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40571.124618.patch
Type: text/x-patch
Size: 19234 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171128/e5a70c7d/attachment.bin>
More information about the llvm-commits
mailing list