Hi, guys.<div><br></div><div>Have a strange problem with LLVM in my project (<a href="https://github.com/ababo/AntOS">https://github.com/ababo/AntOS</a>). Cannot instantiate JIT execution engine (NULL returns; message: Interpreter has not been linked in.). As you can see from the code I call <span class="Apple-style-span" style="font-family: monospace; white-space: pre; background-color: rgb(255, 255, 255); font-size: medium; ">InitializeNativeTarget. Also I tried to directly include the "</span><span class="Apple-style-span" style="font-family: monospace; white-space: pre; background-color: rgb(255, 255, 255); font-size: medium; ">llvm/ExecutionEngine/JIT.h" header, but with no success. I link with </span><span class="Apple-style-span" style="font-family: 'Bitstream Vera Sans Mono', 'Courier New', monospace; font-size: 12px; line-height: 16px; white-space: pre; background-color: rgb(255, 255, 255); ">`llvm-config --ldflags --libs core jit native`, so there's no problem here. Can you suggest me anything? Thanks.</span></div>