1 # RUN: rm -rf %t && mkdir -p %t
2 # RUN: llvm-mc -triple=bpfel -filetype=obj -o %t/test_reloc_abs64.o %s
3 # RUN: llvm-rtdyld -triple=bpfel -verify -check=%s %t/test_reloc_abs64.o
5 # test R_BPF_64_ABS64 which should have relocation resolved properly.
9 .globl g # -- Begin function g
16 .size g, .Lfunc_end0-g
18 .type gbl,@object # @gbl
26 # rtdyld-check: *{8}gbl = section_addr(test_reloc_abs64.o, .text)