http://llvm.org/bugs/show_bug.cgi?id=10701

           Summary: Assert failure in DwarfDebug.cpp
           Product: new-bugs
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Created an attachment (id=7097)
 --> (http://llvm.org/bugs/attachment.cgi?id=7097)
Causes llc to assert in DwarfDebug.cpp

Running llc test.ll yields an assertion failure in DwarfDebug.cpp. I have run
bugpoint to reduce the testcase, but it doesn't help much because the bug is in
the metadata.

The assertion is:
llc: llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:299: llvm::DIE*
llvm::DwarfDebug::updateSubprogramScopeDIE(const llvm::MDNode*): Assertion
`SPDie && "Unable to find subprogram DIE!"' failed.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to