[PATCH] D35938: [ELF] - Remove ObjFile<ELFT>::Instances and introduce std::vector<InputFIle*> ObjFiles instead.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 27 04:44:29 PDT 2017


grimar created this revision.
Herald added subscribers: sdardis, emaste.

I suggect this change as it allows to detemplate code.
Intented to be used with https://reviews.llvm.org/D35936, more details is in
description for https://reviews.llvm.org/D35936 patch.


https://reviews.llvm.org/D35938

Files:
  ELF/Arch/MipsArchTree.cpp
  ELF/Driver.cpp
  ELF/InputFiles.cpp
  ELF/InputFiles.h
  ELF/MapFile.cpp
  ELF/SymbolTable.cpp
  ELF/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35938.108449.patch
Type: text/x-patch
Size: 4648 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170727/2ce73df3/attachment.bin>


More information about the llvm-commits mailing list