[PATCH] D18433: [IFUNC] Introduce GlobalIndirectSymbol as a base class for aliases and ifuncs
Dmitry Polukhin via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 24 02:22:21 PDT 2016
DmitryPolukhin created this revision.
DmitryPolukhin added a reviewer: echristo.
DmitryPolukhin added subscribers: llvm-commits, dexonsmith.
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
http://reviews.llvm.org/D18433
Files:
include/llvm/IR/GlobalAlias.h
include/llvm/IR/GlobalIndirectSymbol.h
include/llvm/IR/Value.h
lib/IR/Globals.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18433.51523.patch
Type: text/x-patch
Size: 6938 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160324/d4ca3fe6/attachment.bin>
More information about the llvm-commits
mailing list