brintos

brintos / llvm-project-archived public Read only

0
0
Text · 665 B · eb6a186 Raw
26 lines · plain
1# RUN: yaml2obj %s -o %t2# RUN: llvm-objdump -a %t | FileCheck %s3 4# If this test has not crashed, then this test passed.5# CHECK: file format elf64-x86-646 7!ELF8FileHeader:9  Class:           ELFCLASS6410  Data:            ELFDATA2LSB11  Type:            ET_EXEC12  Machine:         EM_X86_6413Sections:14  - Name:            .bss15    Type:            SHT_NOBITS16    Flags:           [ SHF_ALLOC ]17    AddressAlign:    0x000000000000001018    Size:            6419  - Name:            .text20    Type:            SHT_PROGBITS21    Flags:           [ SHF_ALLOC, SHF_EXECINSTR ]22    AddressAlign:    0x000000000000001023    Content:         "01234567"24    Size:            425 26