llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT
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
..
Chapter1 Fix singlton -> singleton typo. 2016-08-26 02:00:21 +00:00
Chapter2 Fix singlton -> singleton typo. 2016-08-26 02:00:21 +00:00
Chapter3 Fix singlton -> singleton typo. 2016-08-26 02:00:21 +00:00
Chapter4 Fix singlton -> singleton typo. 2016-08-26 02:00:21 +00:00
Chapter5 [BuildingAJIT] Use the remote target triple to construct the TargetMachine in 2016-10-19 22:41:03 +00:00
CMakeLists.txt [Kaleidoscope][BuildingAJIT] Don't build Chapter 5 on Windows for now. 2016-05-30 01:18:32 +00:00