Lines Matching +full:node +full:- +full:version
1 ; RUN: rm -rf %t %t2
2 ; RUN: %llc_dwarf -O0 -filetype=obj < %s > %t
3 ; RUN: llvm-dwarfdump -verbose -name=vla %t > %t2
4 ; RUN: llvm-dwarfdump -verbose %t >> %t2
7 ; This test runs llvm-dwarfdump twice:
8 ; - First to get the debug entry for 'vla', to get the array type node.
9 ; - Second to check that the type entry does not contain a DW_AT_count.
11 ; CHECK: DW_AT_type [DW_FORM_ref4] (cu + {{.*}} => {[[NODE:0x[0-9a-z]+]]}
12 ; CHECK: [[NODE]]: DW_TAG_array_type
14 ; CHECK-NOT: DW_AT_count
16 ; CHECK-NOT: DW_AT_count
27 !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 5.0.1", isOp…
30 !3 = !{i32 2, !"Dwarf Version", i32 4}
31 !4 = !{i32 2, !"Debug Info Version", i32 3}
33 !6 = !{!"clang version 5.0.1"}