This patch is to reduce amount of template uses. The new code is less
exciting and boring than before, but I think it is easier to read.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D32467
Removes createELFFile which takes a template class as a template parameter. ClosedPublic Authored by ruiu on Apr 24 2017, 7:56 PM.
Details Summary This patch is to reduce amount of template uses. The new code is less
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 26 2017, 3:49 PM Closed by commit rL301488: Removes createELFFile which takes a template class as a template parameter. (authored by ruiu). · Explain WhyApr 26 2017, 4:04 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 96842 lld/trunk/ELF/InputFiles.h
lld/trunk/ELF/InputFiles.cpp
lld/trunk/ELF/SymbolTable.cpp
|