brintos

brintos / llvm-project-archived public Read only

0
0
Text · 688 B · f16df36 Raw
30 lines · plain
1## Test --special-syms flag.2# RUN: yaml2obj %s -o %t3 4# RUN: llvm-nm %t | count 05# RUN: llvm-nm %t --special-syms | FileCheck %s6 7!ELF8FileHeader:9  Class:           ELFCLASS6410  Data:            ELFDATA2LSB11  Type:            ET_REL12  Machine:         EM_RISCV13Sections:14  - Name:            .text15    Type:            SHT_PROGBITS16    Flags:           [ SHF_ALLOC, SHF_EXECINSTR ]17    Address:         0x100018  - Name:            .data19    Type:            SHT_PROGBITS20    Flags:           [ SHF_ALLOC, SHF_WRITE ]21    Address:         0x200022Symbols:23  - Name:     $x.124    Section:  .text25  - Name:     $d.126    Section:  .data27 28# CHECK:      2000 d $d.129# CHECK-NEXT: 1000 t $x.130