[JITLink] Fix alloc action call signature in InProcessMemoryManager.
authorLang Hames <lhames@gmail.com>
Sun, 31 Oct 2021 05:10:47 +0000 (22:10 -0700)
committerLang Hames <lhames@gmail.com>
Sun, 31 Oct 2021 17:27:40 +0000 (10:27 -0700)
commitb77c6db9597b16076505ebfaa288ed4e26823232
treec5e56d20219c829a958dc49e1848148c5652feb3
parentada5458521977b0d34bf7c6530ed04deba8fd833
[JITLink] Fix alloc action call signature in InProcessMemoryManager.

Alloc actions should return a CWrapperFunctionResult. JITLink does not have
access to this type yet, due to library layering issues, so add a cut-down
version with a fixme.
llvm/lib/ExecutionEngine/JITLink/JITLinkMemoryManager.cpp