diff options
author | George Rimar <grimar@accesssoftek.com> | 2017-03-15 09:32:36 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2017-03-15 09:32:36 +0000 |
commit | 49648004ed06fd8b23e85504caec7b76c23e7356 (patch) | |
tree | d3471562fc2d82c3ec02d49ebdd382711e92bd72 /lldb/packages/Python/lldbsuite | |
parent | 22e3e7d165f6f3dcc593a1d6f0928d80b7e18660 (diff) | |
download | bcm5719-llvm-49648004ed06fd8b23e85504caec7b76c23e7356.tar.gz bcm5719-llvm-49648004ed06fd8b23e85504caec7b76c23e7356.zip |
[ELF] - Detemplate StringTableSection.
StringTableSection was <ELFT> templated previously,
It disallow to de-template code that uses it,
for example LinkerScript<ELFT>::discard uses it as:
if (S == In<ELFT>::ShStrTab)
error("discarding .shstrtab section is not allowed");
It seems we can try to detemplate some of synthetic sections
and somehow make them available for non-templated calls.
(move out of In<ELFT> struct probably).
Differential revision: https://reviews.llvm.org/D30933
llvm-svn: 297815
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
0 files changed, 0 insertions, 0 deletions