Return early. NFC.
authorRui Ueyama <ruiu@google.com>
Thu, 8 Mar 2018 01:22:30 +0000 (01:22 +0000)
committerRui Ueyama <ruiu@google.com>
Thu, 8 Mar 2018 01:22:30 +0000 (01:22 +0000)
commite66d7a798f183b83305ac13524ea506cdcd5ec9f
treef95e07ab64e21af31139daec755b31aeb74a3b1b
parent7f8141818358375cc626fc7e4779d61e39ee9276
Return early. NFC.

We don't need to handle an object file having more than one symbol table,
so as soon as we find the first one, we can process it and then return
from the function.

llvm-svn: 326977
lld/ELF/InputFiles.cpp