llvm-6502/examples
Jeffrey Yasskin 42fc558624 Make Kaleidoscope not link against the interpreter, since that didn't
work anyway (Interpreter::getPointerToFunction doesn't return a
callable pointer), and improve the error message when an
ExecutionEngine can't be created.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95896 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-11 19:15:20 +00:00
..
BrainF
ExceptionDemo Adds a JIT based exception handling example to the examples directory. 2010-02-09 23:22:43 +00:00
Fibonacci
HowToUseJIT
Kaleidoscope Make Kaleidoscope not link against the interpreter, since that didn't 2010-02-11 19:15:20 +00:00
ModuleMaker
ParallelJIT
CMakeLists.txt Prevented ExceptionDemo example being built on WINDOWS via if( NOT WIN32 ) 2010-02-10 02:50:08 +00:00
Makefile Prevented build on WINDOWS using default make system. Stopped WINDOWS build 2010-02-10 03:38:29 +00:00