summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2016-07-12 09:49:43 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2016-07-12 09:49:43 +0000
commit6892afaa2df7c88d7913a1253e7b3b810994a9ef (patch)
treeee99e02505e563b6da9ff99036820952553b7518 /llvm/lib/CodeGen
parentdc15f1d7b84aa24dc3666f566bff95ebd27cfbbd (diff)
downloadbcm5719-llvm-6892afaa2df7c88d7913a1253e7b3b810994a9ef.tar.gz
bcm5719-llvm-6892afaa2df7c88d7913a1253e7b3b810994a9ef.zip
Recommit r275161 "[ELF] - Move section factory out from writer to make it reusable."
With fix: * fixed compilation error under linux: template <class ELFT> class OutputSectionFactory { ... typedef typename SectionKey<ELFT::Is64Bits> Key; changed to: template <class ELFT> class OutputSectionFactory { ... typedef typename elf::SectionKey<ELFT::Is64Bits> Key; llvm-svn: 275166
Diffstat (limited to 'llvm/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud