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 Kill ModuleProvider and ghost linkage by inverting the relationship between 2010-01-27 20:34:15 +00:00
ExceptionDemo Adds a JIT based exception handling example to the examples directory. 2010-02-09 23:22:43 +00:00
Fibonacci Kill ModuleProvider and ghost linkage by inverting the relationship between 2010-01-27 20:34:15 +00:00
HowToUseJIT Repository access test commit 2010-02-03 12:00:02 +00:00
Kaleidoscope Make Kaleidoscope not link against the interpreter, since that didn't 2010-02-11 19:15:20 +00:00
ModuleMaker
ParallelJIT Kill ModuleProvider and ghost linkage by inverting the relationship between 2010-01-27 20:34:15 +00:00
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