diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2017-05-04 03:00:27 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2017-05-04 03:00:27 +0000 |
commit | 7c4eafa3ee6d28d6755f6af18f5e91c22ede87c7 (patch) | |
tree | a08e9f50848d6f152d754d61387963c1fa1417ec /llvm/tools/llvm-lto | |
parent | ae1dd58e054e44230ecf3f9eb3ab2363ecf1926c (diff) | |
download | bcm5719-llvm-7c4eafa3ee6d28d6755f6af18f5e91c22ede87c7.tar.gz bcm5719-llvm-7c4eafa3ee6d28d6755f6af18f5e91c22ede87c7.zip |
Fix accounting of tbss.
We were correctly computing the size contribution of a .tbss input
section (it is none), but we were incorrectly considering the
alignment of the output section: it was advancing Dot instead of
ThreadBssOffset.
As far as I can tell this was always wrong in our linkerscript
implementation, but that became more visible now that the code is
shared with the non linker script case.
llvm-svn: 302107
Diffstat (limited to 'llvm/tools/llvm-lto')
0 files changed, 0 insertions, 0 deletions