[PATCH] D27819: Remove lld/Support/Memory.h.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 10:31:01 PST 2016


ruiu created this revision.
ruiu added a reviewer: silvas.
ruiu added a subscriber: llvm-commits.
Herald added a subscriber: mgorny.

I thought for a while about how to remove it, but it looks like we
can just copy the file for now. Of course I'm not happy about that,
but it's just less than 50 lines of code, and we already have
duplicate code in Error.h and some other places. I want to solve
them all at once later.


https://reviews.llvm.org/D27819

Files:
  COFF/CMakeLists.txt
  COFF/Driver.cpp
  COFF/DriverUtils.cpp
  COFF/InputFiles.cpp
  COFF/Memory.h
  COFF/ModuleDef.cpp
  COFF/SymbolTable.cpp
  COFF/Symbols.cpp
  COFF/Symbols.h
  COFF/Writer.cpp
  ELF/CMakeLists.txt
  ELF/Driver.cpp
  ELF/DriverUtils.cpp
  ELF/InputFiles.cpp
  ELF/InputSection.cpp
  ELF/LinkerScript.cpp
  ELF/Memory.h
  ELF/OutputSections.cpp
  ELF/SymbolTable.cpp
  ELF/SyntheticSections.cpp
  ELF/Target.cpp
  ELF/Thunks.cpp
  ELF/Writer.cpp
  include/lld/Support/Memory.h
  lib/CMakeLists.txt
  lib/Support/CMakeLists.txt
  lib/Support/Memory.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27819.81614.patch
Type: text/x-patch
Size: 16210 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161215/0d240ea7/attachment.bin>


More information about the llvm-commits mailing list