[PATCH] D152668: [ExecutionEngine] Remove unused functions

Kazu Hirata via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 11 20:33:54 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.

This patch removes:

  cloneModuleFlagsMetadata
  moveFunctionBody
  moveGlobalVariableInitializer

Their last uses were removed by:

  commit 6154c4115cd4b78d0171892aac21e340e72e32bd
  Author: Lang Hames <lhames at gmail.com>
  Date:   Mon Sep 7 21:21:28 2020 -0700


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D152668

Files:
  llvm/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
  llvm/lib/ExecutionEngine/Orc/IndirectionUtils.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152668.530368.patch
Type: text/x-patch
Size: 5679 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230612/f5851b37/attachment.bin>


More information about the llvm-commits mailing list