llvm-project/llvm/examples/Kaleidoscope
Matthias Braun 25bcaba50e 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
..
BuildingAJIT Use print() instead of dump() in code 2017-01-28 02:47:46 +00:00
Chapter2 [Examples] Fix some Clang-tidy modernize-use-default and Include What You Use warnings; other minor fixes. 2016-11-18 21:57:58 +00:00
Chapter3 Use print() instead of dump() in code 2017-01-28 02:47:46 +00:00
Chapter4 Use print() instead of dump() in code 2017-01-28 02:47:46 +00:00
Chapter5 Use print() instead of dump() in code 2017-01-28 02:47:46 +00:00
Chapter6 Use print() instead of dump() in code 2017-01-28 02:47:46 +00:00
Chapter7 Use print() instead of dump() in code 2017-01-28 02:47:46 +00:00
Chapter8 Use print() instead of dump() in code 2017-01-28 02:47:46 +00:00
Chapter9 Use print() instead of dump() in code 2017-01-28 02:47:46 +00:00
MCJIT Use print() instead of dump() in code 2017-01-28 02:47:46 +00:00
include Use the range variant of find instead of unpacking begin/end 2016-08-11 22:21:41 +00:00
CMakeLists.txt [Kaleidoscope][Orc] Remove the reference to the Orc directory that was removed 2016-05-27 22:21:12 +00:00