repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git]
/
llvm
/
test
/
DebugInfo
/
symbolize-build-id-error.test
blob
8a517ee24e4d0c2954ffb9a06e08301f914f3471
1
# RUN: yaml2obj %s -o %t
2
3
# RUN: llvm-symbolizer --debug-file-directory=%p/Inputs --obj=%t 0x20112f | FileCheck %s
4
5
# CHECK: ??
6
# CHECK-NEXT: ??:0:0
7
8
--- !ELF
9
FileHeader:
10
Class: ELFCLASS64
11
Data: ELFDATA2LSB
12
Type: ET_EXEC
13
Machine: EM_X86_64
14
Sections:
15
- Name: .note.invalid
16
Type: SHT_NOTE
17
Flags: [ SHF_ALLOC ]
18
Content: 0123456789
19
ProgramHeaders:
20
- Type: PT_NOTE
21
Flags: [ PF_R ]
22
FirstSec: .note.invalid
23
LastSec: .note.invalid