aboutsummaryrefslogtreecommitdiffstats
path: root/examples/Kaleidoscope/Chapter4/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Make Kaleidoscope not link against the interpreter, since that didn'tJeffrey Yasskin2010-02-111-1/+1
| | | | | | | | | | 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
* Add examples for Kaleidoscope chapters 2 through 6.Erick Tryzelaar2009-09-221-0/+15
Conflicts: examples/Makefile git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82574 91177308-0d34-0410-b5e6-96231b3b80d8