This diagnostic could be improved by adding the name of the input file containing the invalid data and/or some information about how to identify the specific offending attribute/tag in the input. But that's not an immediate priority as these corner cases of invalid input shouldn't come up too often. llvm-svn: 269727
4 lines
165 B
Plaintext
4 lines
165 B
Plaintext
RUN: not llvm-dwp %p/../Inputs/invalid_string_form.dwo -o %t 2>&1 | FileCheck %s
|
|
|
|
CHECK: error: string field encoded without DW_FORM_string or DW_FORM_GNU_str_index
|