1 ; RUN: llc -filetype=obj -relax-elf-relocations=true -mtriple=x86_64-linux-gnu -o - %s | llvm-objdump - -d -r | FileCheck %s
4 ; CHECK-NEXT: R_X86_64_GOTPCRELX
8 %call = tail call i32 @foo()
12 ; Function Attrs: nonlazybind
15 attributes #1 = { nonlazybind }