This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d703145 Make it easier to process merges in a normal buildable direct [...] new 203f697 [Kaleidoscope][BuildingAJIT] Add code for Chapter 5 - remote JITing.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: examples/Kaleidoscope/BuildingAJIT/CMakeLists.txt | 1 + .../{Chapter4 => Chapter5}/CMakeLists.txt | 6 +- .../{Chapter4 => Chapter5}/KaleidoscopeJIT.h | 58 +++++++--- .../BuildingAJIT/Chapter5/RemoteJITUtils.h | 74 +++++++++++++ .../{Chapter3 => Chapter5/Server}/CMakeLists.txt | 6 +- .../BuildingAJIT/Chapter5/Server/server.cpp | 119 +++++++++++++++++++++ .../BuildingAJIT/{Chapter4 => Chapter5}/toy.cpp | 78 ++++++++++++-- 7 files changed, 317 insertions(+), 25 deletions(-) copy examples/Kaleidoscope/BuildingAJIT/{Chapter4 => Chapter5}/CMakeLists.txt (61%) copy examples/Kaleidoscope/BuildingAJIT/{Chapter4 => Chapter5}/KaleidoscopeJIT.h (82%) create mode 100644 examples/Kaleidoscope/BuildingAJIT/Chapter5/RemoteJITUtils.h copy examples/Kaleidoscope/BuildingAJIT/{Chapter3 => Chapter5/Server}/CMakeLists.t [...] create mode 100644 examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/server.cpp copy examples/Kaleidoscope/BuildingAJIT/{Chapter4 => Chapter5}/toy.cpp (93%)