[JITLink] Move AllocActions and associated types out of JITLinkMemoryManager.
authorLang Hames <lhames@gmail.com>
Mon, 3 Jan 2022 03:33:23 +0000 (14:33 +1100)
committerLang Hames <lhames@gmail.com>
Mon, 3 Jan 2022 03:37:18 +0000 (14:37 +1100)
commit6c348c1d3f5a1c36cec7b8360bd986549eee62ba
tree4ef48f57bb1bad8d2784d91a4a1364e9530605d9
parent717c4bf7e364184d70a71b0b5b00615d2b835fd9
[JITLink] Move AllocActions and associated types out of JITLinkMemoryManager.

They're shared with LinkGraph, so having them as top-level types makes sense,
and saves users from qualifying the names everywhere.
llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h
llvm/include/llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h
llvm/lib/ExecutionEngine/JITLink/JITLinkMemoryManager.cpp