<div dir="ltr">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<div><br></div><div><div>extern "C" void foo() {}</div></div><div><br></div><div>within the same program I have</div><div><br></div><div>RTDyldMemoryManager::getSymbolAddressInProcess("foo")<br></div><div><br></div><div>And it's returning null. (LLVM 3.8, Windows 7 x64.) What am I missing?</div></div>