forked from OSchip/llvm-project
39253a50f0
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
|
||
---|---|---|
.. | ||
BasicOrcV2CBindings | ||
LLJITDumpObjects | ||
LLJITWithCustomObjectLinkingLayer | ||
LLJITWithGDBRegistrationListener | ||
LLJITWithLazyReexports | ||
LLJITWithObjectCache | ||
LLJITWithObjectLinkingLayerPlugin | ||
CMakeLists.txt | ||
ExampleModules.h |