Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / tools / llvm-dwarfdump / elf-broken-reloc-target.yaml
bloba69282d88b82c518b0ea8389e816fd92da693d33
1 ## Check we report an error if the relocated section identified by the
2 ## sh_info field of a relocation section is invalid.
4 # RUN: yaml2obj %s -o %t
5 # RUN: not llvm-dwarfdump %t 2>&1 | FileCheck %s -DFILE=%t --check-prefix=ERR
7 # ERR: error: failed to get relocated section: invalid section index: 255
9 --- !ELF
10 FileHeader:
11   Class:   ELFCLASS64
12   Data:    ELFDATA2LSB
13   Type:    ET_REL
14   Machine: EM_X86_64
15 Sections:
16 - Name: .rela.debug_info
17   Type: SHT_RELA
18   Link: 0
19   Info: 0xFF
20   Relocations: []