[all-commits] [llvm/llvm-project] 85c395: [ORC][MachO] Expose SimpleMachOHeaderMU and relate...
lhames via All-commits
all-commits at lists.llvm.org
Mon Dec 11 14:33:27 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 85c395393480a77736fc7ad10f35e67f6cae6fed
https://github.com/llvm/llvm-project/commit/85c395393480a77736fc7ad10f35e67f6cae6fed
Author: Lang Hames <lhames at gmail.com>
Date: 2023-12-11 (Mon, 11 Dec 2023)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h
M llvm/lib/ExecutionEngine/Orc/MachOPlatform.cpp
Log Message:
-----------
[ORC][MachO] Expose SimpleMachOHeaderMU and related utilities.
SimpleMachOHeaderMU can be used as a convenient base for classes that create
custom MachO headers. Instances of these custom classes can be used by passing
a MachOHeaderMUBuilder using the MachOPlatform extensions added in ef314d39b92.
More information about the All-commits
mailing list