llvm-6502/lib/ExecutionEngine
Chris Lattner c72efbeb42 errorstr can be null, don't unconditionally set it. Only report that
"the jit has not been linked in" if the interpreter failed.

This fixes a unit test failure.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82601 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-23 02:03:49 +00:00
..
Interpreter Stop using alloca. 2009-09-18 16:46:16 +00:00
JIT Use Compiler.h macro instead of __attribute__. 2009-09-22 07:38:23 +00:00
CMakeLists.txt
ExecutionEngine.cpp errorstr can be null, don't unconditionally set it. Only report that 2009-09-23 02:03:49 +00:00
ExecutionEngineBindings.cpp
Makefile