brintos

brintos / llvm-project-archived public Read only

0
0
Text · 561 B · 402a9a5 Raw
16 lines · plain
1# RUN: llvm-mc -filetype=obj -triple=ppc %s -o %t2# RUN: llvm-readelf -r %t | FileCheck %s 3 4# CHECK: Relocation section '.rela.debug_info' at offset {{.*}} contains 1 entries:5# CHECK-NEXT: Offset     Info    Type                Sym. Value  Symbol's Name + Addend6# CHECK-NEXT: 00000000  0000014e R_PPC_DTPREL32         00000000   tls_rtp_var + 80007 8	.section	.debug_info,"",@progbits9## Used by DW_OP_form_tls_address and DW_OP_GNU_push_tls_address.10	.long	tls_rtp_var@DTPREL+3276811 12	.section	.tdata,"awT",@progbits13	.globl	tls_rtp_var14tls_rtp_var:15	.long	516