diff options
author | Rui Ueyama <ruiu@google.com> | 2017-12-15 19:39:59 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2017-12-15 19:39:59 +0000 |
commit | 22e5551ed730fa6bf5262b56ee0153d70cef5084 (patch) | |
tree | 0ef59e588294f1178436328bbcdb32576615a125 /lldb/packages/Python/lldbsuite/test/expression_command | |
parent | df2521a638db22324d4b80727d6951b988f74ef2 (diff) | |
download | bcm5719-llvm-22e5551ed730fa6bf5262b56ee0153d70cef5084.tar.gz bcm5719-llvm-22e5551ed730fa6bf5262b56ee0153d70cef5084.zip |
Do not add .dynamic entries that don't have to be added early in the ctor. NFC.
We add dynamic section entries both in the ctor of the class and
DynamicSection::finalizeContents(). Some entries need to be added early
in the ctor because they add strings to .dynstr. Other entries were
intended to be added in finalizeContents(). However, some entries are
added in the ctor even though they don't add strings. This patch
fix the issue.
llvm-svn: 320851
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command')
0 files changed, 0 insertions, 0 deletions