1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/examples/LLJITExamples
Lang Hames 7f70888b46 [ORC] Simplify use of lazyReexports with LLJIT.
This patch makes the target triple available via the LLJIT interface, and moves
the IRTransformLayer from LLLazyJIT down into LLJIT. Together these changes make
it easier to use the lazyReexports utility with LLJIT, and to apply IR
transforms to code as it is compiled in LLJIT (rather than requiring transforms
to be applied manually before code is added). An code example is added in
llvm/examples/LLJITExamples/LLJITWithLazyReexports
2020-01-15 08:02:53 -08:00
..
LLJITDumpObjects [ORC] Add a utility to support dumping JIT'd objects to disk for debugging. 2019-11-14 21:27:19 -08:00
LLJITWithCustomObjectLinkingLayer [examples] Add missing dependency in llvm examples 2020-01-11 02:32:39 +09:00
LLJITWithLazyReexports [ORC] Simplify use of lazyReexports with LLJIT. 2020-01-15 08:02:53 -08:00
LLJITWithObjectCache [examples] Add a dependency on ExecutionEngine to LLJITWithObjectCache example. 2019-10-21 22:29:29 +00:00
CMakeLists.txt [ORC] Simplify use of lazyReexports with LLJIT. 2020-01-15 08:02:53 -08:00
ExampleModules.h