This does the same as --mcpu=help but was only
documented in the user guide.
- Added a test for both options.
- Corrected the single dash in -mcpu=help text.
Differential D92305
[llvm-objdump] Document --mattr=help in --help output DavidSpickett on Nov 30 2020, 2:51 AM. Authored by
Details This does the same as --mcpu=help but was only
Diff Detail
Event TimelineComment Actions This is a follow up to discussion on: https://reviews.llvm.org/D92217 I have not updated the man page (llvm/docs/llvm-objdump.1) since it seems to have fallen behind in general. If you think it's worth updating the whole thing I'll do that as its own change, it's mostly replacing - with --. (some talk about the manpage on https://reviews.llvm.org/D63606) Comment Actions It's probably worth writing a test that shows how --mattr=help behaves (if it isn't tested already), given that it is being documented. If you'd prefer to do that in a separate patch, that's fine by me, or you can do it as part of this patch. The test would not want to be much more than that the help is printed when requested (it doesn't need to test the contents of the help output).
Comment Actions LGTM, once the two suggestions have been addressed.
|
clang-format not found in user's PATH; not linting file.