This is an archive of the discontinued LLVM Phabricator instance.

[ExecutionEngine] Remove unused function cloneGlobalAliasDecl
Needs ReviewPublic

Authored by kazu on Jun 13 2023, 12:58 AM.

Details

Reviewers
lhames
Summary

The last use was removed by:

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

Diff Detail

Event Timeline

kazu created this revision.Jun 13 2023, 12:58 AM
kazu requested review of this revision.Jun 13 2023, 12:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 13 2023, 12:58 AM

Let's leave this one as-is for now for symmetry with the other utilities. We're in the process of rethinking the whole IndirectionUtils API and can revisit this then.