diff options
author | George Rimar <grimar@accesssoftek.com> | 2017-03-01 11:10:53 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2017-03-01 11:10:53 +0000 |
commit | efc31dd9bbc34662abc3463db3efc85635de4a84 (patch) | |
tree | 805e92e20db0bf52546cf19847311cfe15b580c1 /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py | |
parent | 62703eb8a7235e49d5a39a2a37172961b51998cb (diff) | |
download | bcm5719-llvm-efc31dd9bbc34662abc3463db3efc85635de4a84.tar.gz bcm5719-llvm-efc31dd9bbc34662abc3463db3efc85635de4a84.zip |
[ELF] - Reset output section size when assigning offsets.
In many places we reset Size to 0 before calling assignOffsets()
manually. Sometimes we don't do that.
It looks we can just always do that inside.
Previous code had:
template <class ELFT> void OutputSection::assignOffsets() {
uint64_t Off = Size;
And tests feels fine with Off = 0.
I think Off = Size make no sence.
Differential revision: https://reviews.llvm.org/D30463
llvm-svn: 296609
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py')
0 files changed, 0 insertions, 0 deletions