summaryrefslogtreecommitdiffstats
path: root/llvm/test/LTO/Resolution/X86/Inputs/ifunc2.ll
Commit message (Collapse)AuthorAgeFilesLines
* Linker: Add support for GlobalIFunc.Peter Collingbourne2019-08-081-0/+6
GlobalAlias and GlobalIFunc ought to be treated the same by the IR linker, so we can generalize the code to be in terms of their common base class GlobalIndirectSymbol. Differential Revision: https://reviews.llvm.org/D55046 llvm-svn: 368357
OpenPOWER on IntegriCloud