[llvm-dev] getSymbolAddressInProcess returning null
Russell Wallace via llvm-dev
llvm-dev at lists.llvm.org
Sat Apr 2 00:23:14 PDT 2016
I've finally managed to extract from Kaleidoscope one particular thing that
it seems to me should be working and isn't. Given the global declaration
extern "C" void foo() {}
within the same program I have
RTDyldMemoryManager::getSymbolAddressInProcess("foo")
And it's returning null. (LLVM 3.8, Windows 7 x64.) What am I missing?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160402/4bb593a4/attachment.html>
More information about the llvm-dev
mailing list