1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00
llvm-mirror/examples/OrcV2Examples
Stefan Gränitz bf37528089 [ORC][examples] Temporarily remove LLJITWithChildProcess until ORC TPC lands
This solves a phase ordering problem: OrcV2 remote process support depends on OrcV2 removable code, OrcV2 removable code depends on OrcV1 removal, OrcV1 removal depends on LLJITWithChildProcess migration, and LLJITWithChildProcess migration depends on OrcV2 TargetProcessControl support.
2020-10-01 10:25:13 +02:00
..
LLJITDumpObjects
LLJITWithCustomObjectLinkingLayer
LLJITWithGDBRegistrationListener [examples] Call setProcessAllSections to ensure debug sections aren't droppped. 2020-05-01 11:06:41 -07:00
LLJITWithInitializers [ORC] Add example showing how to initialize/deinitialize a JITDylib with LLJIT. 2020-04-18 14:16:54 -07:00
LLJITWithLazyReexports [examples] Fix an incomplete comment. 2020-05-01 11:06:41 -07:00
LLJITWithObjectCache
LLJITWithObjectLinkingLayerPlugin
LLJITWithOptimizingIRTransform [ORC][examples] Add missing library dependencies. 2020-09-22 16:18:00 -07:00
LLJITWithTargetProcessControl [ORC] Enable use of TargetProcessControl::getMemMgr with ObjectLinkingLayer. 2020-07-23 16:18:57 -07:00
LLJITWithThinLTOSummaries [examples] Fix dependencies for OrcV2Examples/LLJITWithThinLTOSummaries. 2020-08-25 11:51:20 -07:00
OrcV2CBindingsAddObjectFile [ORC] Require JITDylib to be specified when adding IR and objects in the C API. 2020-04-09 17:59:26 -07:00
OrcV2CBindingsBasicUsage [ORC] Require JITDylib to be specified when adding IR and objects in the C API. 2020-04-09 17:59:26 -07:00
OrcV2CBindingsReflectProcessSymbols [docs/examples] As part of using inclusive language within the llvm 2020-06-20 00:51:18 -07:00
CMakeLists.txt [ORC][examples] Temporarily remove LLJITWithChildProcess until ORC TPC lands 2020-10-01 10:25:13 +02:00
ExampleModules.h Fix implicit dependency on CommandLine.h 2020-07-23 12:15:17 +01:00