diff options
author | George Rimar <grimar@accesssoftek.com> | 2016-07-12 09:49:43 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2016-07-12 09:49:43 +0000 |
commit | 6892afaa2df7c88d7913a1253e7b3b810994a9ef (patch) | |
tree | ee99e02505e563b6da9ff99036820952553b7518 /llvm/lib/CodeGen | |
parent | dc15f1d7b84aa24dc3666f566bff95ebd27cfbbd (diff) | |
download | bcm5719-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