[LLVMdev] issues with lli
Anton Korobeynikov
anton at korobeynikov.info
Sun Apr 12 23:29:13 PDT 2009
Hello
> (fyi lli was trying to invoke the dtor std::basic_string<char,
> std::char_traits<char>, std::allocator<char> >::~basic_string() when
> it choked)
Interpreter tried to execute external function, but failed, since this
function is not known to interpreter. In general, interpreter does not
support calling external functions.
---
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
More information about the llvm-dev
mailing list