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

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

# CHECK:      ??
# CHECK-NEXT: ??:0:0

--- !ELF
FileHeader:
  Class:   ELFCLASS64
  Data:    ELFDATA2LSB
  Type:    ET_EXEC
  Machine: EM_X86_64
Sections:
  - Name:    .note.invalid
    Type:    SHT_NOTE
    Flags:   [ SHF_ALLOC ]
    Content: 0123456789
ProgramHeaders:
  - Type:     PT_NOTE
    Flags:    [ PF_R ]
    FirstSec: .note.invalid
    LastSec:  .note.invalid