1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/examples/LLJITExamples
Lang Hames f4ec02308c [examples][ORC] Add an example of how to use a custom ObjectLinkingLayer plugin.
ObjectLinkingLayer::Plugin instances can be used to receive events from
ObjectLinkingLayer, and to inspect/modify JITLink linker graphs. This example
shows how to write and set up a plugin to dump the linker graph at various
points in the linking process.
2020-01-23 19:18:16 -08:00
..
LLJITDumpObjects [examples][ORC] Fix program names in calls to parse cl opt in examples. 2020-01-23 19:18:16 -08:00
LLJITWithCustomObjectLinkingLayer [examples][ORC] Fix program names in calls to parse cl opt in examples. 2020-01-23 19:18:16 -08:00
LLJITWithLazyReexports [examples][ORC] Remove an unused parameter from IR in an LLJIT example. 2020-01-23 19:18:15 -08:00
LLJITWithObjectCache [examples][ORC] Fix program names in calls to parse cl opt in examples. 2020-01-23 19:18:16 -08:00
LLJITWithObjectLinkingLayerPlugin [examples][ORC] Add an example of how to use a custom ObjectLinkingLayer plugin. 2020-01-23 19:18:16 -08:00
CMakeLists.txt [examples][ORC] Add an example of how to use a custom ObjectLinkingLayer plugin. 2020-01-23 19:18:16 -08:00
ExampleModules.h