@@ -49,28 +49,28 @@ attributes #0 = { nounwind readnone speculatable willreturn }
49
49
!llvm.dbg.cu = !{!0}
50
50
51
51
!0 = distinct !DICompileUnit(language: DW_LANG_C, file: !1, producer: "LPython Compiler", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !2)
52
- !1 = !DIFile(filename: "xxexpr .py", directory: "/yy/ ")
52
+ !1 = !DIFile(filename: "tests/expr_01 .py", directory: ". ")
53
53
!2 = !{}
54
- !3 = distinct !DISubprogram(name: "_lpython_main_program", scope: !1, file: !1, type: !4, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition, unit: !0, retainedNodes: !2)
54
+ !3 = distinct !DISubprogram(name: "_lpython_main_program", scope: !1, file: !1, line: 1, type: !4, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition, unit: !0, retainedNodes: !2)
55
55
!4 = !DISubroutineType(types: !5)
56
56
!5 = !{null}
57
- !6 = !DILocation(line: 89 , scope: !3)
58
- !7 = distinct !DISubprogram(name: "main0", scope: !1, file: !1, type: !4, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition, unit: !0, retainedNodes: !2)
59
- !8 = !DILocation(line: 0 , scope: !7)
60
- !9 = !DILocalVariable(name: "x", arg: 1, scope: !7, file: !1, line: 17 , type: !10)
57
+ !6 = !DILocation(line: 9, column: 1 , scope: !3)
58
+ !7 = distinct !DISubprogram(name: "main0", scope: !1, file: !1, line: 1, type: !4, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition, unit: !0, retainedNodes: !2)
59
+ !8 = !DILocation(line: 1, column: 1 , scope: !7)
60
+ !9 = !DILocalVariable(name: "x", arg: 1, scope: !7, file: !1, line: 2 , type: !10)
61
61
!10 = !DIBasicType(name: "integer", size: 32, encoding: DW_ATE_signed)
62
- !11 = !DILocation(line: 17 , scope: !7)
63
- !12 = !DILocalVariable(name: "x2", arg: 2, scope: !7, file: !1, line: 28 , type: !13)
62
+ !11 = !DILocation(line: 2 , scope: !7)
63
+ !12 = !DILocalVariable(name: "x2", arg: 2, scope: !7, file: !1, line: 3 , type: !13)
64
64
!13 = !DIBasicType(name: "integer", size: 64, encoding: DW_ATE_signed)
65
- !14 = !DILocation(line: 28 , scope: !7)
66
- !15 = !DILocalVariable(name: "y", arg: 3, scope: !7, file: !1, line: 40 , type: !16)
65
+ !14 = !DILocation(line: 3 , scope: !7)
66
+ !15 = !DILocalVariable(name: "y", arg: 3, scope: !7, file: !1, line: 4 , type: !16)
67
67
!16 = !DIBasicType(name: "float", size: 32, encoding: DW_ATE_float)
68
- !17 = !DILocation(line: 40 , scope: !7)
69
- !18 = !DILocalVariable(name: "y2", arg: 4, scope: !7, file: !1, line: 51 , type: !19)
68
+ !17 = !DILocation(line: 4 , scope: !7)
69
+ !18 = !DILocalVariable(name: "y2", arg: 4, scope: !7, file: !1, line: 5 , type: !19)
70
70
!19 = !DIBasicType(name: "double", size: 64, encoding: DW_ATE_float)
71
- !20 = !DILocation(line: 51 , scope: !7)
72
- !21 = !DILocation(line: 63 , scope: !7)
73
- !22 = distinct !DISubprogram(name: "main_program", scope: !1, file: !1, type: !23, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition, unit: !0, retainedNodes: !2)
71
+ !20 = !DILocation(line: 5 , scope: !7)
72
+ !21 = !DILocation(line: 6, column: 5 , scope: !7)
73
+ !22 = distinct !DISubprogram(name: "main_program", scope: !1, file: !1, line: 1, type: !23, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition, unit: !0, retainedNodes: !2)
74
74
!23 = !DISubroutineType(types: !24)
75
75
!24 = !{!10}
76
- !25 = !DILocation(line: 0 , scope: !22)
76
+ !25 = !DILocation(line: 1, column: 1 , scope: !22)
0 commit comments