brintos

brintos / llvm-project-archived public Read only

0
0
Text · 283 B · e17c5a5 Raw
5 lines · plain
1RUN: not llvm-dwp %p/../Inputs/invalid_string_form.dwo -o %t 2>&1 | FileCheck %s2 3CHECK: error: {{.*}}: string field must be encoded with one of the following:4CHECK: DW_FORM_string, DW_FORM_strx, DW_FORM_strx1, DW_FORM_strx2, DW_FORM_strx3, DW_FORM_strx4, or DW_FORM_GNU_str_index.5