llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5
Lang Hames 1009b0b30f [BuildingAJIT] Use the remote target triple to construct the TargetMachine in
Chapter 5.

Chapter 5 demonstrates remote JITing: code is executed on the remote, not the
machine running the REPL, so it's the remote's triple (and TargetMachine) that
we need.

llvm-svn: 284657
2016-10-19 22:41:03 +00:00
..
Server [BuildingAJIT] Make the chapter 5 server export symbols. 2016-10-19 20:22:12 +00:00
CMakeLists.txt
KaleidoscopeJIT.h [BuildingAJIT] Use the remote target triple to construct the TargetMachine in 2016-10-19 22:41:03 +00:00
RemoteJITUtils.h [ORC] Update examples for header changes in r281171. 2016-09-11 21:34:13 +00:00
toy.cpp