[ELF] - Move calculation of _end to fixAbsoluteSymbols()
authorGeorge Rimar <grimar@accesssoftek.com>
Fri, 1 Apr 2016 10:23:32 +0000 (10:23 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Fri, 1 Apr 2016 10:23:32 +0000 (10:23 +0000)
commitefded31a61c898f263c040729c735153a54c8944
tree06541ae8865949517a7e9d5b274556df97d26593
parent958eb4644393636a22d3dcb66c39c8f0718997c5
[ELF] - Move calculation of _end to fixAbsoluteSymbols()

That is consistent with other symbols: _edata, _etext
and can help to avoid duplicate code.

Differential revision: http://reviews.llvm.org/D18655

llvm-svn: 265129
lld/ELF/Writer.cpp