Do not return null or Undefined from find{All,}ByVersion.
authorRui Ueyama <ruiu@google.com>
Thu, 22 Dec 2016 09:54:32 +0000 (09:54 +0000)
committerRui Ueyama <ruiu@google.com>
Thu, 22 Dec 2016 09:54:32 +0000 (09:54 +0000)
commit4c134ea3b8c7cc5b85dc2d9e8584f7694a7e6387
treef8d2ce727baf051dfd6a395d07d879bd8498aa43
parent9ff608cdc64815ae337e06785e5c69781a355221
Do not return null or Undefined from find{All,}ByVersion.

Vectors returned form that function contained nullptrs or Undefined symbols.
This patch filter them out. This makes use of the function a bit easier.

llvm-svn: 290334
lld/ELF/SymbolTable.cpp