]> granicus.if.org Git - llvm/commit
[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)
commitdb04d03093b8d89446162e7c20e06192deaee657
tree3ff2349e28ad7c7635e73df464b06a5c641684ea
parent502534bc2a23e0d8eab19ee77d7648dd65bf0667
[RuntimeDyld] Skip undefined symbols when building the symbol table.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288225 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp