[LLVMbugs] [Bug 361] NEW: gccld crashes when linking my compiled Cool program
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Jun 7 12:47:34 PDT 2004
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=361
Summary: gccld crashes when linking my compiled Cool program
Product: tools
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gccld
AssignedTo: unassignedbugs at nondot.org
ReportedBy: bocchino at uiuc.edu
I attempted to link a program compiled to LLVM with my Cool compiler (written
for CS 326). When I did this, I got a Verify error stating that an instruction
did not dominate all uses. The program works when linked by hand (copying the
two files into one) and when linked with llvm-link, so there appears to be a bug
in gccld. I ran bugpoint on the linked program and narrowed the problem down to
running opt -simplifycfg on the reduced function.
------- 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