[PATCH] D119205: [ObjectYAML][MachO] Add LC_FUNCTION_STARTS support
Keith Smiley via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 7 17:35:18 PST 2022
keith created this revision.
Herald added a subscriber: hiraditya.
keith requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This adds support for encoding and decoding the LC_FUNCTION_STARTS load
command payload.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D119205
Files:
llvm/include/llvm/Object/MachO.h
llvm/include/llvm/ObjectYAML/MachOYAML.h
llvm/lib/Object/MachOObjectFile.cpp
llvm/lib/ObjectYAML/MachOEmitter.cpp
llvm/lib/ObjectYAML/MachOYAML.cpp
llvm/test/ObjectYAML/MachO/function_starts.yaml
llvm/tools/obj2yaml/macho2yaml.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119205.406661.patch
Type: text/x-patch
Size: 11764 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220208/cd92228b/attachment.bin>
More information about the llvm-commits
mailing list