[PATCH] D152667: [ExecutionEngine] Remove unused function addCustomSectionParser

Kazu Hirata via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 11 20:29:21 PDT 2023


kazu created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: All.
kazu requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The last use was removed by:

  commit 76aee8a389447409905c58b178b0554c9bae8a0a
  Author: Lang Hames <lhames at gmail.com>
  Date:   Mon Nov 4 16:00:09 2019 -0800

Once I remove addCustomSectionParser, nobody adds anything to
CustomSectionParserFunctions, so this patch removes all the code
having to do with CustomSectionParserFunctions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D152667

Files:
  llvm/lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
  llvm/lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152667.530365.patch
Type: text/x-patch
Size: 3625 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230612/819aee9c/attachment.bin>


More information about the llvm-commits mailing list