brintos

brintos / llvm-project-archived public Read only

0
0
Text · 517 B · b557ff0 Raw
24 lines · plain
1# RUN: yaml2obj %s -o %t2# RUN: llvm-nm %t | count 03# RUN: llvm-nm --special-syms %t | FileCheck %s4 5!ELF6FileHeader:7  Class:           ELFCLASS328  Data:            ELFDATA2LSB9  Type:            ET_REL10  Machine:         EM_CSKY11Sections:12  - Name:            .text13    Type:            SHT_PROGBITS14    Flags:           [ SHF_ALLOC, SHF_EXECINSTR ]15    AddressAlign:    0x416Symbols:17  - Name:     $d.118    Section:  .text19  - Name:     $t.120    Section:  .text21 22# CHECK: 00000000 t $d.123# CHECK: 00000000 t $t.124