Skip to content

Fix ignored CLI arguments in postmortem alive-tv runner#156

Open
cardigan1008 wants to merge 1 commit intoprosyslab:masterfrom
cardigan1008:master
Open

Fix ignored CLI arguments in postmortem alive-tv runner#156
cardigan1008 wants to merge 1 commit intoprosyslab:masterfrom
cardigan1008:master

Conversation

@cardigan1008
Copy link

Hi, I'm conducting evaluations with optimuzz and found some issues with tools/tv.py:

  • --opt-bin was ignored because run_opt() always invoked opt directly.
  • --passes was ignored because process_file() always called run_opt(target) without forwarding the selected pass pipeline.
  • --no-undef and --no-poison were ignored because process_file() did not forward them to run_tv().

This patch fixes several CLI arguments in the postmortem alive-tv runner that were previously parsed but not actually used during execution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant