summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/breakpoint/main.cpp
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2017-03-15 09:32:36 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2017-03-15 09:32:36 +0000
commit49648004ed06fd8b23e85504caec7b76c23e7356 (patch)
treed3471562fc2d82c3ec02d49ebdd382711e92bd72 /lldb/packages/Python/lldbsuite/test/tools/lldb-mi/breakpoint/main.cpp
parent22e3e7d165f6f3dcc593a1d6f0928d80b7e18660 (diff)
downloadbcm5719-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/test/tools/lldb-mi/breakpoint/main.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud