brintos

brintos / llvm-project-archived public Read only

0
0
Text · 241 B · bffe989 Raw
12 lines · plain
1# RUN: llvm-mc -triple=hexagon -filetype=obj %s | llvm-objdump -r - | FileCheck %s2#3 4# make sure the fixups emitted match what is5# expected.6.Lgot:7    r0 = memw (r1 + ##foo@GOT)8 9# CHECK: R_HEX_GOT_32_6_X foo10# CHECK: R_HEX_GOT_11_X foo11 12