[LLVMbugs] [Bug 902] NEW: asmparser crash on invalid
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Thu Sep 7 23:41:54 PDT 2006
http://llvm.org/bugs/show_bug.cgi?id=902
Summary: asmparser crash on invalid
Product: libraries
Version: 1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: LLVM assembly language parser
AssignedTo: unassignedbugs at nondot.org
ReportedBy: sabre at nondot.org
This input crashes the asmparser. This is a regression from the EH removal patches.
void %test() {
add int 1, 2.0
ret void
}
Perhaps we need a sj/lj solution for the asmparser?
-Chris
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list