[LLVMbugs] [Bug 5942] New: Assertion during dwarf asmprinting
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Jan 4 16:33:56 PST 2010
http://llvm.org/bugs/show_bug.cgi?id=5942
Summary: Assertion during dwarf asmprinting
Product: libraries
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Common Code Generator Code
AssignedTo: unassignedbugs at nondot.org
ReportedBy: asl at math.spbu.ru
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=4005)
--> (http://llvm.org/bugs/attachment.cgi?id=4005)
Bytecode
Consider the .bc file attached. I have:
$ ./llc eh_catch.o
llc: /home/asl/proj/llvm/src_arm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:2064:
bool llvm::DwarfDebug::extractScopeInformation(llvm::MachineFunction*):
Assertion `MI && "DbgScope does not have last instruction!"' failed
This break cross-build of llvm-gcc for ARM
--
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.
More information about the llvm-bugs
mailing list