[LLVMbugs] [Bug 1801] New: Crash with functions with empty names
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Thu Nov 15 03:42:52 PST 2007
http://llvm.org/bugs/show_bug.cgi?id=1801
Summary: Crash with functions with empty names
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: minor
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: sharparrow1 at yahoo.com
CC: llvmbugs at cs.uiuc.edu
declare void @""(i32, i32)
declare void @""(i32, i32)
define void @EWEWEW(i32) {
call void @0(i32 1, i32 2)
call void @1(i32 1, i32 2)
ret void
}
Crashes when run through opt -std-compile-opts.
--
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