This is an archive of the discontinued LLVM Phabricator instance.

[IFUNC] Introduce GlobalIndirectSymbol as a base class for aliases and ifuncs
ClosedPublic

Authored by DmitryPolukhin on Mar 24 2016, 2:22 AM.

Details

Summary

GlobalIndirectSymbol class contains common implementation for both aliases and ifuncs. This patch should be NFC change that just prepare common code for ifunc support.

This patch is a part of http://reviews.llvm.org/D15525

Diff Detail

Repository
rL LLVM

Event Timeline

DmitryPolukhin retitled this revision from to [IFUNC] Introduce GlobalIndirectSymbol as a base class for aliases and ifuncs.
DmitryPolukhin updated this object.
DmitryPolukhin added a reviewer: echristo.

Friendly ping, please take a look! This patch is relatively short and has no functional changes, just class hierarchy preparation.

echristo accepted this revision.Mar 30 2016, 11:43 PM
echristo edited edge metadata.

Looks fine to me, once you get Duncan to sign off please commit.

Thanks!

-eric

This revision is now accepted and ready to land.Mar 30 2016, 11:43 PM
This revision was automatically updated to reflect the committed changes.