| Issue |
176969
|
| Summary |
[BOLT] Useful options of `llvm-bolt-binary-analysis` are hidden from its `--help-hidden` output (but they do work)
|
| Labels |
BOLT
|
| Assignees |
|
| Reporter |
atrosinenko
|
As [discussed in PR 115330](https://github.com/llvm/llvm-project/pull/115330#discussion_r1874392304), there is a number of BOLT command line options (printed by `llvm-bolt --help-hidden`) that are relevant for the "read-only" analyses performed by `llvm-bolt-binary-analysis`, but are not listed in its help message.
Even though these options are not printed by `llvm-bolt-binary-analysis --help-hidden`, they do work as expected. On the other hand, not all options which relevant to the main "read-write" mode of BOLT are relevant for analyses, thus simply enabling **all** categories of BOLT options has its drawbacks as well.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs