llvm-project/llvm/examples/OrcV2Examples
Lang Hames 39253a50f0 [ORC] Re-apply 98f2bb4461, enable JITEventListeners in OrcV2, with fixes.
Updates the object buffer ownership scheme in jitLinkForOrc and related
functions: Ownership of both the object::ObjectFile and underlying
MemoryBuffer is passed into jitLinkForOrc and passed back to the onEmit
callback once linking is complete. This avoids the use-after-free errors
that were seen in 98f2bb4461.
2020-03-19 16:30:08 -07:00
..
BasicOrcV2CBindings
LLJITDumpObjects
LLJITWithCustomObjectLinkingLayer
LLJITWithGDBRegistrationListener [ORC] Re-apply 98f2bb4461, enable JITEventListeners in OrcV2, with fixes. 2020-03-19 16:30:08 -07:00
LLJITWithLazyReexports Fix build with gcc 7.5 by adding a "redundant move" 2020-03-18 14:22:10 +00:00
LLJITWithObjectCache
LLJITWithObjectLinkingLayerPlugin
CMakeLists.txt [ORC] Re-apply 98f2bb4461, enable JITEventListeners in OrcV2, with fixes. 2020-03-19 16:30:08 -07:00
ExampleModules.h