llvm-project/llvm/examples/Kaleidoscope
Lang Hames 5b51816020 [Orc] Remove the memory manager argument to addModule, and de-templatize the
symbol resolver argument.

De-templatizing the symbol resolver is part of the ongoing simplification of
ORC layer API.

Removing the memory management argument (and delegating construction of memory
managers for RTDyldObjectLinkingLayer to a functor passed in to the constructor)
allows us to build JITs whose base object layers need not be compatible with
RTDyldObjectLinkingLayer's memory mangement scheme. For example, a 'remote
object layer' that sends fully relocatable objects directly to the remote does
not need a memory management scheme at all (that will be handled by the remote).

llvm-svn: 307058
2017-07-04 04:42:30 +00:00
..
BuildingAJIT [Orc] Remove the memory manager argument to addModule, and de-templatize the 2017-07-04 04:42:30 +00:00
Chapter2 Update Kaleidoscope tutorial and improve Windows support 2017-02-11 21:26:52 +00:00
Chapter3 Use print() instead of dump() in code 2017-01-28 02:47:46 +00:00
Chapter4 Update Kaleidoscope tutorial and improve Windows support 2017-02-11 21:26:52 +00:00
Chapter5 Update Kaleidoscope tutorial and improve Windows support 2017-02-11 21:26:52 +00:00
Chapter6 [Kaleidoscope] toy.cpp use after move fix 2017-05-07 11:00:01 +00:00
Chapter7 [Kaleidoscope] toy.cpp use after move fix 2017-05-07 11:00:01 +00:00
Chapter8 [Kaleidoscope] toy.cpp use after move fix 2017-05-07 11:00:01 +00:00
Chapter9 Update Kaleidoscope tutorial and improve Windows support 2017-02-11 21:26:52 +00:00
MCJIT Use print() instead of dump() in code 2017-01-28 02:47:46 +00:00
include [Orc] Remove the memory manager argument to addModule, and de-templatize the 2017-07-04 04:42:30 +00:00
CMakeLists.txt [Kaleidoscope][Orc] Remove the reference to the Orc directory that was removed 2016-05-27 22:21:12 +00:00