1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/examples/Kaleidoscope/MCJIT
Matthias Braun 5426840a10 Use print() instead of dump() in code
The dump() functions are meant to be used in a debugger, code should
typically use something like print(errs());

llvm-svn: 293365
2017-01-28 02:47:46 +00:00
..
cached Use print() instead of dump() in code 2017-01-28 02:47:46 +00:00
complete Use print() instead of dump() in code 2017-01-28 02:47:46 +00:00
initial Use print() instead of dump() in code 2017-01-28 02:47:46 +00:00
lazy Use print() instead of dump() in code 2017-01-28 02:47:46 +00:00
README.txt

//===----------------------------------------------------------------------===/
//                          Kaleidoscope with MCJIT
//===----------------------------------------------------------------------===//

The files in this directory are meant to accompany a series of blog posts
that describe the process of porting the Kaleidoscope tutorial to use the MCJIT
execution engine instead of the older JIT engine.

When the blog posts are ready this file will be updated with links to the posts.

These directories contain Makefiles that allow the code to be built in a
standalone manner, independent of the larger LLVM build infrastructure.