First Last Prev Next    No search results available
Details
: bugpoint only allows user to debug default mode of llc
Bug#: 40
: tools
: bugpoint
Status: RESOLVED
Resolution: FIXED
: All
: All
: 1.0
: P2
: enhancement
: 1.3

:
: new-feature
:
:
  Show dependency tree - Show dependency graph
People
Reporter: Brian R. Gaeke <gaeke+bugs@uiuc.edu>
Assigned To: Brian R. Gaeke <gaeke+bugs@uiuc.edu>
:

Attachments


Note

You need to log in before you can comment on or make changes to this bug.

Related actions


Description:   Opened: 2003-10-13 23:11
I would like to be able to debug "llc -disable-fp-elim <bytecode>"
with bugpoint, but bugpoint does not let me pass in the "-disable-fp-elim"
option. 

Perhaps bugpoint (specifically the AbstractInterpreters/ToolRunners) needs,
a general mechanism for passing in additional tool-specific arguments, as
opposed to arguments to the program. I thought of the following UI:
bugpoint -run-llc -tool-args="-disable-fp-elim" <bytecode>
------- Comment #1 From Chris Lattner 2003-10-13 23:18:39 -------
The right way to implement this is with a "named positional" argument.  This
would allow you to say something like:  bugpoint --tool-args -disable-fp-elim ....

See how the --args option is implemented in bugpoint for example.

This is a feature request.  Marking it as such.
------- Comment #2 From Chris Lattner 2003-12-25 18:31:29 -------
There are other things that would be nice to be able to tweak as well, such as
-regalloc=foo.

-Chris
------- Comment #3 From Chris Lattner 2004-02-26 15:29:50 -------
Changing all of these bugs who do not have people looking at them to be assigned
to "unassignedbugs", indicating that if someone is feeling ambitious, they can
take ownership of the bug.

If I stole your bug, and you still want it, feel free to take ownership back.

-Chris
------- Comment #4 From Brian R. Gaeke 2004-05-04 14:52:23 -------
Patch in progress.

Note: another argument that should be tweakable is -enable-correct-eh-support.

First Last Prev Next    No search results available