Please use GitHub pull requests for new patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
llvm/trunk/test/Assembler/dilocation.ll
; RUN: llvm-as < %s | llvm-dis | FileCheck %s | ; RUN: llvm-as < %s | llvm-dis | FileCheck %s | ||||
; RUN: verify-uselistorder %s | ; RUN: verify-uselistorder %s | ||||
; CHECK: !named = !{!0, !2, !3, !3, !4, !4, !5, !5, !6} | ; CHECK: !named = !{!0, !2, !3, !3, !4, !4, !5, !5, !6, !7, !8} | ||||
!named = !{!0, !2, !3, !4, !5, !6, !7, !8, !9} | !named = !{!0, !2, !3, !4, !5, !6, !7, !8, !9, !10, !11} | ||||
!llvm.module.flags = !{!10} | !llvm.module.flags = !{!12} | ||||
!llvm.dbg.cu = !{!1} | !llvm.dbg.cu = !{!1} | ||||
; CHECK: !0 = distinct !DISubprogram( | ; CHECK: !0 = distinct !DISubprogram( | ||||
!0 = distinct !DISubprogram(unit: !1) | !0 = distinct !DISubprogram(unit: !1) | ||||
; CHECK: !1 = distinct !DICompileUnit | ; CHECK: !1 = distinct !DICompileUnit | ||||
!1 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang", | !1 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang", | ||||
file: !2, | file: !2, | ||||
isOptimized: true, flags: "-O2", | isOptimized: true, flags: "-O2", | ||||
Show All 11 Lines | |||||
; CHECK-NEXT: !5 = !DILocation(line: 0, scope: !0) | ; CHECK-NEXT: !5 = !DILocation(line: 0, scope: !0) | ||||
!7 = !DILocation(scope: !0) | !7 = !DILocation(scope: !0) | ||||
!8 = !DILocation(scope: !0, column: 0, line: 0) | !8 = !DILocation(scope: !0, column: 0, line: 0) | ||||
; CHECK-NEXT: !6 = !DILocation(line: 4294967295, column: 65535, scope: !0) | ; CHECK-NEXT: !6 = !DILocation(line: 4294967295, column: 65535, scope: !0) | ||||
!9 = !DILocation(line: 4294967295, column: 65535, scope: !0) | !9 = !DILocation(line: 4294967295, column: 65535, scope: !0) | ||||
!10 = !{i32 2, !"Debug Info Version", i32 3} | !10 = !DILocation(scope: !0, column: 0, line: 0, isImplicitCode: true) | ||||
!11 = !DILocation(scope: !0, column: 0, line: 1, isImplicitCode: false) | |||||
; CHECK-NEXT: !7 = !DILocation(line: 0, scope: !0, isImplicitCode: true) | |||||
; CHECK-NEXT: !8 = !DILocation(line: 1, scope: !0) | |||||
!12 = !{i32 2, !"Debug Info Version", i32 3} |