Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Linker: Add support for GlobalIFunc. | Peter Collingbourne | 2019-08-08 | 1 | -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 |