[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / tools / llvm-dwarfdump / X86 / verify_overlapping_function_ranges.yaml
blob430e77e4fa8a1950dbcf812219bd3611ff625771
1 # RUN: yaml2obj %s -o %t.o
2 # RUN: not llvm-dwarfdump -verify %t.o | FileCheck %s
4 #      CHECK: Verifying .debug_info Unit Header Chain...
5 # CHECK-NEXT: error: DIEs have overlapping address ranges
7 --- !ELF
8 FileHeader:
9   Class: ELFCLASS64
10   Data:  ELFDATA2LSB
11   Type:  ET_EXEC
12 DWARF:
13   debug_str:
14     - ''
15     - /tmp/main.c
16     - main
17     - foo
18   debug_abbrev:
19     - Table:
20         - Code:            0x00000001
21           Tag:             DW_TAG_compile_unit
22           Children:        DW_CHILDREN_yes
23           Attributes:
24             - Attribute:       DW_AT_name
25               Form:            DW_FORM_strp
26         - Code:            0x00000002
27           Tag:             DW_TAG_subprogram
28           Children:        DW_CHILDREN_no
29           Attributes:
30             - Attribute:       DW_AT_name
31               Form:            DW_FORM_strp
32             - Attribute:       DW_AT_low_pc
33               Form:            DW_FORM_addr
34             - Attribute:       DW_AT_high_pc
35               Form:            DW_FORM_addr
36   debug_info:
37     - Version:         4
38       AddrSize:        8
39       Entries:
40         - AbbrCode:        0x00000001
41           Values:
42             - Value:           0x0000000000000001
43         - AbbrCode:        0x00000002
44           Values:
45             - Value:           0x000000000000000D
46             - Value:           0x0000000000001000
47             - Value:           0x0000000000002000
48         - AbbrCode:        0x00000002
49           Values:
50             - Value:           0x0000000000000012
51             - Value:           0x0000000000001FFF
52             - Value:           0x0000000000002000
53         - AbbrCode:        0x00000000