llvm-project/llvm/examples/Kaleidoscope
Lang Hames 4fc68b9b7f [ORC] Remove the automagic Main JITDylib fram ExecutionSession.
This patch removes the magic "main" JITDylib from ExecutionEngine. The main
JITDylib was created automatically at ExecutionSession construction time, and
all subsequently created JITDylibs were added to the main JITDylib's
links-against list by default. This saves a couple of lines of boilerplate for
simple JIT setups, but this isn't worth introducing magical behavior for.

ORCv2 clients should now construct their own main JITDylib using
ExecutionSession::createJITDylib and set up its linkages manually using
JITDylib::setSearchOrder (or related methods in JITDylib).
2019-12-05 01:36:49 -08:00
..
BuildingAJIT [ORC] Remove the automagic Main JITDylib fram ExecutionSession. 2019-12-05 01:36:49 -08:00
Chapter2 [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
Chapter3 [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
Chapter4 [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
Chapter5 [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
Chapter6 [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
Chapter7 [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
Chapter8 Move CodeGenFileType enum to Support/CodeGen.h 2019-11-13 16:39:34 -08:00
Chapter9 [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
MCJIT Python compat - print statement 2019-01-03 14:11:33 +00:00
include [ORC] Add deprecation warnings to ORCv1 layers and utilities. 2019-07-17 16:40:52 +00:00
CMakeLists.txt