19 lines · plain
1# RUN: llvm-mc -triple=hexagon -filetype=obj %s | llvm-readelf -x .data - \2# RUN: | FileCheck %s --match-full-lines3 4# Illustrate the case when padding packets across labels also breaks leb1285# relocations. This happens because .align padding is inserted once at the6# very end of the section layout.7L1:8 nop9L2:10.size L1, L2-L111.align 1612 nop13.data14.word L2-L115.uleb128 L2-L116 17# CHECK: Hex dump of section '.data':18# CHECK-NEXT: 0x00000000 04000000 04 .....19