Return a result from computeInputSections instead of mutating its argument.
authorRui Ueyama <ruiu@google.com>
Wed, 5 Apr 2017 02:05:48 +0000 (02:05 +0000)
committerRui Ueyama <ruiu@google.com>
Wed, 5 Apr 2017 02:05:48 +0000 (02:05 +0000)
commit72e107f30241b47c9b440ba5362c1cdc9b4a08e4
tree293fd7dff2db263b9e930015cb6e1c1dd999439d
parent0932cdb04941ab8786dc5bfcb1348711350fcfab
Return a result from computeInputSections instead of mutating its argument.

This should improve readability.

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