[RuntimeDyld] Skip undefined symbols when building the symbol table.
authorLang Hames <lhames@gmail.com>
Wed, 30 Nov 2016 01:12:07 +0000 (01:12 +0000)
committerLang Hames <lhames@gmail.com>
Wed, 30 Nov 2016 01:12:07 +0000 (01:12 +0000)
commit90370702c5d20438d288c11063d734b932d31fa7
tree7de97826d1b8d46ff3a407a10a10b3366484443e
parent4edffbd28ca49233a03d1e59a313fc6db87d3422
[RuntimeDyld] Skip undefined symbols when building the symbol table.

Storing these in the symbol table (with zero values) is just wasted space.

llvm-svn: 288225
llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp