summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-nm/nonalloc.test
blob: c8fe432efaa44052b48db9ecc2fa0a8c1fe1ecff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# RUN: yaml2obj %s -o %t
# RUN: llvm-nm --no-sort %t | FileCheck %s

# CHECK: n debug_info_main

!ELF
FileHeader:
  Class:   ELFCLASS64
  Data:    ELFDATA2LSB
  Type:    ET_REL
  Machine: EM_X86_64
Sections:
  - Name: .debug_info
    Type: SHT_PROGBITS
Symbols:
  - Name:    debug_info_main
    Section: .debug_info
OpenPOWER on IntegriCloud