e19d552987
Former-commit-id: 4db48158d3a35497b8f118ab21b5f08ac3d86d98
7 lines
415 B
Plaintext
7 lines
415 B
Plaintext
; Verify that llvm-dwarfdump doesn't crash on broken input files.
|
|
|
|
RUN: not llvm-dwarfdump %p/Inputs/invalid.elf 2>&1 | FileCheck %s --check-prefix=INVALID-ELF
|
|
RUN: not llvm-dwarfdump %p/Inputs/invalid.elf.2 2>&1 | FileCheck %s --check-prefix=INVALID-ELF
|
|
RUN: not llvm-dwarfdump %p/Inputs/invalid.elf.3 2>&1 | FileCheck %s --check-prefix=INVALID-ELF
|
|
INVALID-ELF: Invalid data was encountered while parsing the file
|