Make Kaleidoscope not link against the interpreter, since that didn't
authorJeffrey Yasskin <jyasskin@google.com>
Thu, 11 Feb 2010 19:15:20 +0000 (19:15 +0000)
committerJeffrey Yasskin <jyasskin@google.com>
Thu, 11 Feb 2010 19:15:20 +0000 (19:15 +0000)
commit42fc5586241ddc5948ffff67eefe8cb2690534a8
treedc3abc48e8f27927157bb70c7975a83435274aeb
parentbbe99362e54a310b337c905ddc2e62a641bdb293
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
12 files changed:
docs/tutorial/LangImpl4.html
docs/tutorial/LangImpl5.html
docs/tutorial/LangImpl6.html
docs/tutorial/LangImpl7.html
examples/Kaleidoscope/Chapter4/Makefile
examples/Kaleidoscope/Chapter4/toy.cpp
examples/Kaleidoscope/Chapter5/Makefile
examples/Kaleidoscope/Chapter5/toy.cpp
examples/Kaleidoscope/Chapter6/Makefile
examples/Kaleidoscope/Chapter6/toy.cpp
examples/Kaleidoscope/Chapter7/Makefile
examples/Kaleidoscope/Chapter7/toy.cpp