[PATCH] D31090: [ELF] - Detemplate MipsGotSection<ELFT>

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 17 10:49:58 PDT 2017


grimar created this revision.

This continues detemplation process.

Detemplating MipsGotSection<ELFT> is helpfull because can
help to detemplate getRelocTargetVA. (one more change is required)
It opens road to detemplation of GotSection<ELFT> and probably
something else after that.


https://reviews.llvm.org/D31090

Files:
  ELF/Config.h
  ELF/SyntheticSections.cpp
  ELF/SyntheticSections.h
  ELF/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31090.92168.patch
Type: text/x-patch
Size: 14596 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170317/df9d454d/attachment.bin>


More information about the llvm-commits mailing list