[ELF] - Changed return type of Target::relaxTls()
authorGeorge Rimar <grimar@accesssoftek.com>
Sun, 6 Mar 2016 06:09:50 +0000 (06:09 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Sun, 6 Mar 2016 06:09:50 +0000 (06:09 +0000)
commit7b8850f2bd9010e26d03c172e97393b0821025d5
treeaba44764e2a16e4147f51f631eb49ae5e20b1d3e
parent98b060d22807c9bf6a85d59c6f523406cae8fad9
[ELF] - Changed return type of Target::relaxTls()

Patch changes the return type of Target::relaxTls
to size_t from unsigned. That is consistent with
its use from other code.

Change was reviewed http://reviews.llvm.org/D17882
and asked to commit separately from that patch above.

llvm-svn: 262794
lld/ELF/Target.cpp
lld/ELF/Target.h