Change return types of split{Non,}Strings.
authorRui Ueyama <ruiu@google.com>
Sat, 26 Nov 2016 15:15:11 +0000 (15:15 +0000)
committerRui Ueyama <ruiu@google.com>
Sat, 26 Nov 2016 15:15:11 +0000 (15:15 +0000)
commite8a077badf852530077c8abda9d9d1737b44140c
tree059bb4958259415963ee58459a25f930d5be7286
parent72b1ee2533f6e7f574fd183f91cb2fc72463a415
Change return types of split{Non,}Strings.

They return new vectors, but at the same time they mutate other vectors,
so returning values doesn't make much sense. We should just mutate two
vectors.

llvm-svn: 287979
lld/ELF/InputSection.cpp
lld/ELF/InputSection.h