48 lines · plain
1# RUN: llvm-mc -triple -x86_64-unknown-unknown -filetype obj -o - %s | llvm-readobj -S --sd - \2# RUN: | FileCheck %s3 4 .text5 even_check:6 .byte 0x007 .byte 0x018 .byte 0x029 .byte 0x0310 .byte 0x0411 .byte 0x0512 .byte 0x0613 .byte 0x0714 .byte 0x0815 .byte 0x0916 .byte 0x1017 .even18 .byte 0x1119 .byte 0x1220 .even21 .byte 0x1322 .even23 .byte 0x0024 .byte 0x0125 .byte 0x0226 .byte 0x0327 .byte 0x0428 .byte 0x0529 .byte 0x0630 .byte 0x0731 .byte 0x0832 .byte 0x0933 .byte 0x1034 .byte 0x1135 .byte 0x1236 .byte 0x1337 .byte 0x1438 .byte 0x1539 40# CHECK: Section {41# CHECK: Name: .text42# CHECK: SectionData (43# CHECK: 0000: 00010203 04050607 08091090 1112139044# CHECK: 0010: 00010203 04050607 08091011 1213141545# CHECK: )46# CHECK: }47 48