search for: b8746737

Displaying 2 results from an estimated 2 matches for "b8746737".

2018 May 11
0
About Error: Interpreter has not been linked in
...} > > > Could someone please tell the reason and how I can resolve this? > > Thanks for helping! > > Best, > > Aaron > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180510/b8746737/attachment.html>
2018 May 11
2
About Error: Interpreter has not been linked in
Hello, When I try to create execution engine I do get "*Interpreter has not been linked in.*" error and EngineBuilder returns NULL. Here is the line I use to create execution engine: auto executionEngine = llvm::EngineBuilder(std::move(m_module)).setErrorStr(&error).create(); Here are all headers I have included: #include "llvm/ADT/STLExtras.h" #include