summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/invalid.test
blob: 17cbb30c9c25490d8bb21657b309d63e2e995d99 (plain)
1
2
3
4
5
6
RUN: not llvm-dwarfdump %p/Inputs/invalid-bad-rel-type.elf 2>&1 | FileCheck %s
RUN: not llvm-objdump -s %p/Inputs/invalid-strtab-type.elf 2>&1 | FileCheck %s
CHECK: Invalid data was encountered while parsing the file

RUN: not llvm-objdump -s %p/Inputs/invalid-strtab-non-null.elf 2>&1 | FileCheck --check-prefix=NON-NULL %s
NON-NULL: String table must end with a null terminator
OpenPOWER on IntegriCloud