[llvm-bugs] [Bug 26721] New: Assertion `idx < size()' failed in llvm::DwarfDebug::recordSourceLine

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Feb 23 14:11:35 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=26721

            Bug ID: 26721
           Summary: Assertion `idx < size()' failed in
                    llvm::DwarfDebug::recordSourceLine
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Common Code Generator Code
          Assignee: unassignedbugs at nondot.org
          Reporter: david.majnemer at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

target datalayout = "e-m:x-p:32:32-i64:64-f80:32-n8:16:32-a:0:32-S32"
target triple = "i686-pc-windows-msvc18.0.0"

define void @f() {
  ret void, !dbg !1
}

!llvm.dbg.cu = !{}
!llvm.module.flags = !{!0}
!llvm.ident = !{}

!0 = !{i32 2, !"Debug Info Version", i32 3}
!1 = !DILocation(scope: !2)
!2 = distinct !DISubprogram(name: "do_put")

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160223/e3d7dd22/attachment.html>


More information about the llvm-bugs mailing list