[all-commits] [llvm/llvm-project] 6c348c: [JITLink] Move AllocActions and associated types o...
lhames via All-commits
all-commits at lists.llvm.org
Sun Jan 2 20:08:58 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6c348c1d3f5a1c36cec7b8360bd986549eee62ba
https://github.com/llvm/llvm-project/commit/6c348c1d3f5a1c36cec7b8360bd986549eee62ba
Author: Lang Hames <lhames at gmail.com>
Date: 2022-01-03 (Mon, 03 Jan 2022)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h
M llvm/include/llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h
M llvm/lib/ExecutionEngine/JITLink/JITLinkMemoryManager.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list