AliveToolkit / alive2

Automatic verification of LLVM optimizations
MIT License
721 stars 93 forks source link

`--print-options` and `--print-all-options` don’t. #999

Closed FlashSheridan closed 6 months ago

FlashSheridan commented 6 months ago

$ALIVE2_HOME/alive2/build/alive-tv --help-list-hidden lists the following options:

  --print-all-options            - Print all option values after command line parsing
  --print-options                - Print non-default options after command line parsing

But the following three command give nearly identical output, none of them including option values:

Configuration

Attachments

nunoplopes commented 6 months ago

Those cmd options are from LLVM; we don't control them. Can't do anything about them. We print the cmd options on error only, as that's the case where you usually want to reproduce the problem.