summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/symbolize-build-id.test
blob: 40221ae9e057473cdc032159ca38eb0ca33b7bfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# RUN: yaml2obj %s -o %t

# RUN: llvm-symbolizer --debug-file-directory=/non-existent --obj=%t 0x20112f | FileCheck --check-prefix=UNKNOWN %s

# UNKNOWN:      ??
# UNKNOWN-NEXT: ??:0:0

# RUN: llvm-symbolizer --debug-file-directory=%p/Inputs --obj=%t 0x20112f | FileCheck --check-prefix=FOUND %s

# FOUND:      main
# FOUND-NEXT: /tmp/dbginfo{{[/\\]}}dwarfdump-test.cc:16

--- !ELF
FileHeader:
  Class:   ELFCLASS64
  Data:    ELFDATA2LSB
  Type:    ET_EXEC
  Machine: EM_X86_64
Sections:
  - Name:    .note.gnu.build-id
    Type:    SHT_NOTE
    Flags:   [ SHF_ALLOC ]
    Content: 040000000800000003000000474e5500abb50d82b6bdc861
ProgramHeaders:
  - Type: PT_NOTE
    Flags: [ PF_R ]
    Sections:
      - Section: .note.gnu.build-id
OpenPOWER on IntegriCloud