llvm-for-llvmta/test/LTO/Resolution/X86/Inputs/ifunc2.ll

7 lines
119 B
LLVM
Raw Permalink Normal View History

2022-04-25 10:02:23 +02:00
target datalayout = "e-p:64:64"
target triple = "x86_64-unknown-linux-gnu"
define i32 @foo_resolver() {
ret i32 2
}