Lang Hames
4ce98662e7
[ORC] Errorize the ORC APIs.
...
This patch updates the ORC layers and utilities to return and propagate
llvm::Errors where appropriate. This is necessary to allow ORC to safely handle
error cases in cross-process and remote JITing.
llvm-svn: 307350
2017-07-07 02:59:13 +00:00
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
Eugene Zelenko
ae7ac95cc9
[Examples] Fix some Clang-tidy modernize-use-default and Include What You Use warnings; other minor fixes.
...
Differential revision: https://reviews.llvm.org/D26433
llvm-svn: 287384
2016-11-18 21:57:58 +00:00
Lang Hames
d976fc99e6
[Kaleidoscope][BuildingAJIT] Add code for chapter 4.
...
This chapter will cover lazy compilation directly from ASTs using the Compile
Callbacks and Indirect Stubs APIs.
llvm-svn: 271054
2016-05-27 21:50:13 +00:00