1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/examples/Kaleidoscope
Lang Hames 020e3ff611 [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
..
BuildingAJIT [BuildingAJIT] Use the remote target triple to construct the TargetMachine in 2016-10-19 22:41:03 +00:00
Chapter2 [Kaleidoscope] Make Chapter 2 use llvm::make_unique, rather than a helper. 2016-09-19 23:00:27 +00:00
Chapter3 [Kaleidoscope] Fix static global ordering to prevent crash on exit. 2016-05-22 22:48:36 +00:00
Chapter4 [Kaleidoscope] Fix static global ordering to prevent crash on exit. 2016-05-22 22:48:36 +00:00
Chapter5 [Kaleidoscope] Fix static global ordering to prevent crash on exit. 2016-05-22 22:48:36 +00:00
Chapter6 [Kaleidoscope] Fix static global ordering to prevent crash on exit. 2016-05-22 22:48:36 +00:00
Chapter7 [Kaleidoscope] Fix static global ordering to prevent crash on exit. 2016-05-22 22:48:36 +00:00
Chapter8 New Kaleidoscope chapter: Creating object files 2016-07-02 17:01:59 +00:00
Chapter9 New Kaleidoscope chapter: Creating object files 2016-07-02 17:01:59 +00:00
include Use the range variant of find instead of unpacking begin/end 2016-08-11 22:21:41 +00:00
MCJIT Remove every uses of getGlobalContext() in LLVM (but the C API) 2016-04-14 21:59:01 +00:00
CMakeLists.txt [Kaleidoscope][Orc] Remove the reference to the Orc directory that was removed 2016-05-27 22:21:12 +00:00