1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/examples/OrcV2Examples
Lang Hames e2925289c9 [ORC] Expand the OrcV2 C API bindings.
Adds basic support for LLJITBuilder and DynamicLibrarySearchGenerator. This
allows C API clients to configure LLJIT to expose process symbols to JIT'd
code. An example of this is added in
llvm/examples/OrcV2CBindingsReflectProcessSymbols.
2020-04-09 16:18:46 -07:00
..
LLJITDumpObjects
LLJITWithCustomObjectLinkingLayer
LLJITWithGDBRegistrationListener [examples] Fixes for BUILD_SHARED_LIBS=on 2020-03-23 15:21:45 -07:00
LLJITWithLazyReexports Fix build with gcc 7.5 by adding a "redundant move" 2020-03-18 14:22:10 +00:00
LLJITWithObjectCache
LLJITWithObjectLinkingLayerPlugin
OrcV2CBindingsBasicUsage [ORC] Expand the OrcV2 C API bindings. 2020-04-09 16:18:46 -07:00
OrcV2CBindingsReflectProcessSymbols [ORC] Expand the OrcV2 C API bindings. 2020-04-09 16:18:46 -07:00
CMakeLists.txt [ORC] Expand the OrcV2 C API bindings. 2020-04-09 16:18:46 -07:00
ExampleModules.h