[ELF] - Cleanup of LinkerScript<ELFT>::assignAddresses()
authorGeorge Rimar <grimar@accesssoftek.com>
Thu, 21 Jul 2016 16:07:40 +0000 (16:07 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Thu, 21 Jul 2016 16:07:40 +0000 (16:07 +0000)
commit10e576e1092ffe95f18bdb23b0b6c19d42839501
tree6bcf72327cfcadf1ccf1b181a882d975bb68b050
parentaa76a0cf914fe768f0a31b525693abd541b19480
[ELF] - Cleanup of LinkerScript<ELFT>::assignAddresses()

LinkerScript<ELFT>::assignAddresses is becoming larger and looks
it can be good time for splitting. I expect to can more SectionsCommand's there,
and dispatching some of them separatelly can help to keep method smaller either.

Differential revision: https://reviews.llvm.org/D22506

llvm-svn: 276300
lld/ELF/LinkerScript.cpp
lld/ELF/LinkerScript.h