[PATCH] D45083: [ELF] - Eliminate Lazy class.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 30 06:15:16 PDT 2018
grimar created this revision.
grimar added reviewers: ruiu, espindola.
Herald added subscribers: arichardson, emaste.
I am not sure why we have Lazy class, it seems to be an
excessive layer that only complicates things and does not
bring something very useful. I think we can remove it,
patch do that.
This should also help to simplify things for PR36938 patch
I am currently working on.
https://reviews.llvm.org/D45083
Files:
ELF/Driver.cpp
ELF/InputFiles.h
ELF/SymbolTable.cpp
ELF/SymbolTable.h
ELF/Symbols.cpp
ELF/Symbols.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45083.140414.patch
Type: text/x-patch
Size: 6924 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180330/5aebfd17/attachment.bin>
More information about the llvm-commits
mailing list