diff options
| author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-04-03 19:57:13 +0000 |
|---|---|---|
| committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-04-03 19:57:13 +0000 |
| commit | 2156797cf020887700e68374f1a9c9e1d845d091 (patch) | |
| tree | d518102f50129d31952168b3d75b83e3190b66cd /llvm/test/tools/llvm-dwarfdump/X86 | |
| parent | a960f89962883b46d68529bc8a4612d40967c5a0 (diff) | |
| download | bcm5719-llvm-2156797cf020887700e68374f1a9c9e1d845d091.tar.gz bcm5719-llvm-2156797cf020887700e68374f1a9c9e1d845d091.zip | |
[dwarfdump] Remove bogus verifier error
The standard doesn't require a DW_TAG_variable, DW_TAG_formal_parameter
or DW_TAG_constant to A DW_AT_type attribute describing the type of the
variable. It only specifies that it *can* have one.
llvm-svn: 357628
Diffstat (limited to 'llvm/test/tools/llvm-dwarfdump/X86')
| -rw-r--r-- | llvm/test/tools/llvm-dwarfdump/X86/verify_debug_info.s | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/test/tools/llvm-dwarfdump/X86/verify_debug_info.s b/llvm/test/tools/llvm-dwarfdump/X86/verify_debug_info.s index e3eae9b986f..96ee933dbd1 100644 --- a/llvm/test/tools/llvm-dwarfdump/X86/verify_debug_info.s +++ b/llvm/test/tools/llvm-dwarfdump/X86/verify_debug_info.s @@ -22,13 +22,6 @@ # CHECK-NEXT: DW_AT_prototyped [DW_FORM_flag_present] (true) # CHECK-NEXT: DW_AT_type [DW_FORM_ref4] (cu + 0x0052 => {0x00000052} "") # CHECK-NEXT: DW_AT_external [DW_FORM_flag_present] (true){{[[:space:]]}} -# CHECK-NEXT: error: DIE with tag DW_TAG_variable is missing type attribute:{{[[:space:]]}} -# CHECK-NEXT: 0x00000044: DW_TAG_variable [3] -# CHECK-NEXT: DW_AT_location [DW_FORM_exprloc] (DW_OP_fbreg -8) -# CHECK-NEXT: DW_AT_name [DW_FORM_strp] ( .debug_str[0x0000006a] = "a") -# CHECK-NEXT: DW_AT_decl_file [DW_FORM_data1] (0x01) -# CHECK-NEXT: DW_AT_decl_line [DW_FORM_data1] (2) -# CHECK-NEXT: DW_AT_use_location [DW_FORM_ref4] (cu + 0x0053 => {0x00000053}){{[[:space:]]}} # CHECK-NEXT: error: Compilation unit root DIE is not a unit DIE: DW_TAG_null. # CHECK-NEXT: error: Compilation unit type (DW_UT_compile) and root DIE (DW_TAG_null) do not match. # CHECK-NEXT: error: Units[2] - start offset: 0x00000068 |

