[LLVMbugs] [Bug 7793] New: bugpoint should be able to pass args to opt
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Aug 2 17:23:58 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=7793
Summary: bugpoint should be able to pass args to opt
Product: tools
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P
Component: bugpoint
AssignedTo: unassignedbugs at nondot.org
ReportedBy: collinwinter at google.com
CC: rafael.espindola at gmail.com, llvmbugs at cs.uiuc.edu,
nlewycky at google.com
I'm trying to debug a crash in opt seemingly caused by -unroll-count. I would
like to use bugpoint to reduce my test case but cannot because bugpoint does
not pass -unroll-count down to opt. I've tried --tool-args, but that just goes
to llc, not opt.
--
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