[LLVMbugs] [Bug 718] NEW: bugpoint crashes on striped bc files
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Thu Mar 16 15:14:35 PST 2006
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=718
Summary: bugpoint crashes on striped bc files
Product: tools
Version: 1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: bugpoint
AssignedTo: unassignedbugs at nondot.org
ReportedBy: sabre at nondot.org
Bugpoint requires functions/globals to have names for code like this to work:
Function *CMF = M->getFunction(Funcs[i]->getName(),
Funcs[i]->getFunctionType());
This isn't true for stripped bc files (opt -strip x.bc -o y.bc). Bugpoint should add names to all functions
that don't have them before it runs.
-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