File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
# INPUT-NEXT: DW_AT_name [DW_FORM_strp] ( .debug_str[0x00000027] = "foo")
8
8
# INPUT-NEXT: DW_AT_type [DW_FORM_ref4] (cu + 0x0033 => {0x00000033} "int")
9
9
# INPUT-NEXT: DW_AT_external [DW_FORM_flag_present] (true)
10
- # INPUT-NEXT: DW_AT_decl_file [DW_FORM_data1] ("/home{{[/\\] }}path{{[/\\] }}test.c")
10
+ # INPUT-NEXT: DW_AT_decl_file [DW_FORM_data1] ("/home{{(/|\\) }}path{{(/|\\) }}test.c")
11
11
# INPUT-NEXT: DW_AT_decl_line [DW_FORM_data1] (1)
12
12
# INPUT-NEXT: DW_AT_location [DW_FORM_exprloc] (DW_OP_addr 0x0)
13
13
# INPUT: DW_TAG_variable
14
14
# INPUT-NEXT: DW_AT_name [DW_FORM_strp] ( .debug_str[0x0000002f] = "bar")
15
15
# INPUT-NEXT: DW_AT_type [DW_FORM_ref4] (cu + 0x0033 => {0x00000033} "int")
16
16
# INPUT-NEXT: DW_AT_external [DW_FORM_flag_present] (true)
17
- # INPUT-NEXT: DW_AT_decl_file [DW_FORM_data1] ("/home{{[/\\] }}path{{[/\\] }}test.c")
17
+ # INPUT-NEXT: DW_AT_decl_file [DW_FORM_data1] ("/home{{(/|\\) }}path{{(/|\\) }}test.c")
18
18
# INPUT-NEXT: DW_AT_decl_line [DW_FORM_data1] (2)
19
19
# INPUT-NEXT: DW_AT_location [DW_FORM_exprloc] (DW_OP_addr 0x0)
20
20
Original file line number Diff line number Diff line change @@ -16,21 +16,21 @@ CHECK-NEXT: DW_AT_low_pc
16
16
CHECK-NEXT: DW_AT_high_pc
17
17
CHECK-NEXT: DW_AT_frame_base
18
18
CHECK-NEXT: DW_AT_name ("test")
19
- CHECK-NEXT: DW_AT_decl_file ("/Users{{[/\\] }}yury{{[/\\] }}llvmwasm{{(/|\\)}}hi.c")
19
+ CHECK-NEXT: DW_AT_decl_file ("/Users{{(/|\\) }}yury{{(/|\\) }}llvmwasm{{(/|\\)}}hi.c")
20
20
CHECK-NEXT: DW_AT_decl_line (3)
21
21
CHECK-NEXT: DW_AT_prototyped (true)
22
22
23
23
CHECK: DW_TAG_formal_parameter
24
24
CHECK-NEXT: DW_AT_name ("t")
25
- CHECK-NEXT: DW_AT_decl_file ("/Users{{[/\\] }}yury{{[/\\] }}llvmwasm{{(/|\\)}}hi.c")
25
+ CHECK-NEXT: DW_AT_decl_file ("/Users{{(/|\\) }}yury{{(/|\\) }}llvmwasm{{(/|\\)}}hi.c")
26
26
CHECK-NEXT: DW_AT_decl_line (3)
27
27
28
28
CHECK: DW_TAG_subprogram
29
29
CHECK-NEXT: DW_AT_low_pc
30
30
CHECK-NEXT: DW_AT_high_pc
31
31
CHECK-NEXT: DW_AT_frame_base
32
32
CHECK-NEXT: DW_AT_name ("_start")
33
- CHECK-NEXT: DW_AT_decl_file ("/Users{{[/\\] }}yury{{[/\\] }}llvmwasm{{(/|\\)}}hi.c")
33
+ CHECK-NEXT: DW_AT_decl_file ("/Users{{(/|\\) }}yury{{(/|\\) }}llvmwasm{{(/|\\)}}hi.c")
34
34
CHECK-NEXT: DW_AT_decl_line (7)
35
35
36
36
CHECK: DW_TAG_base_type
You can’t perform that action at this time.
0 commit comments