[PATCH] D121486: Rename EHFrameSplitter to DWARFRecordSectionSplitter

Shubham Sandeep Rastogi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 11 12:16:32 PST 2022


rastogishubham created this revision.
rastogishubham added reviewers: aprantl, lhames.
Herald added a subscriber: hiraditya.
Herald added a project: All.
rastogishubham requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

EHFrameSplitter does the exact same work to split up the eh_frame as it would need for any section that follows the DWARF record, therefore this patch just changes the name of it to DWARFRecordSectionSplitter to be more general.


https://reviews.llvm.org/D121486

Files:
  llvm/lib/ExecutionEngine/JITLink/EHFrameSupport.cpp
  llvm/lib/ExecutionEngine/JITLink/EHFrameSupportImpl.h
  llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
  llvm/lib/ExecutionEngine/JITLink/MachO_arm64.cpp
  llvm/lib/ExecutionEngine/JITLink/MachO_x86_64.cpp
  llvm/test/ExecutionEngine/JITLink/AArch64/MachO_arm64_ehframe.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121486.414726.patch
Type: text/x-patch
Size: 6754 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220311/902aea9c/attachment.bin>


More information about the llvm-commits mailing list