RTDyldMemoryManager::getSymbolAddress(): Make sure to return 0 if symbol name is...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 20 Sep 2014 23:58:13 +0000 (23:58 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 20 Sep 2014 23:58:13 +0000 (23:58 +0000)
commit0d61e377a76d01718c84322f7912e61081e9e41f
treeca2c1d57786d31f9ec42ff367e09b6ab6be1f5ce
parent843e6bf73bd3ff84ad5cc66c6d139351d2548863
RTDyldMemoryManager::getSymbolAddress(): Make sure to return 0 if symbol name is not met. [-Wreturn-type]

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