On 2018-02-08 11:50:17 +1300, Thomas Munro wrote: > You are asking LLVM to dlopen(""), which doesn't work on my not-Linux, > explaining the errors I reported in the older thread. The portable > way to dlopen the main binary is dlopen(NULL), so I think you need to > pass NULL in to LLVMLoadLibraryPermanently(), even though that isn't > really clear from any LLVM documentation I've looked at.
Ugh. Thanks for figuring that out, will incorporate! Greetings, Andres Freund