You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
488 B

# 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