Re: LLVM JIT based project fails due to undefined HAVE_DLOPEN

2018-05-03 Thread Norton Allen
On 5/3/2018 11:42 AM, Ory Chowaw-Liebman wrote: Dear All, during my work on a programming language I noticed that with the update to LLVM 5.0.1 the LLVM calls fail to find symbols defined in my executable. It used to work before the upgrade, and still works fine under windows. objdump lists the

LLVM JIT based project fails due to undefined HAVE_DLOPEN

2018-05-03 Thread Ory Chowaw-Liebman
Dear All, during my work on a programming language I noticed that with the update to LLVM 5.0.1 the LLVM calls fail to find symbols defined in my executable. It used to work before the upgrade, and still works fine under windows. objdump lists the symbols wanted. With a lot of tracing through th