Files
clang-p2996/llvm/test/LTO/Resolution/X86/Inputs/ifunc2.ll
Peter Collingbourne bb17e46644 Linker: Add support for GlobalIFunc.
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
2019-08-08 22:09:18 +00:00

7 lines
119 B
LLVM

target datalayout = "e-p:64:64"
target triple = "x86_64-unknown-linux-gnu"
define i32 @foo_resolver() {
ret i32 2
}