mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 11:57:39 +08:00
`RTDyldObjectLinkingLayer` is currently creating a memory manager without any parameters. In this PR I am passing the MemoryBuffer that will be emitted to the MemoryManager so that the user can use it to configure the behaviour of the MemoryManager.
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.