Before:
% llvm-objcopy -help
...
--weaken-symbol=symbol Mark <symbol> as weak
--weaken-symbol symbol Mark <symbol> as weak
After:
% llvm-objcopy -help
...
--weaken-symbol=symbol Mark <symbol> as weak
Differential D53983
[llvm-objcopy] For multiclass Eq, associate help text with --name= , not --name MaskRay on Nov 1 2018, 9:49 AM. Authored by
Details Before: After:
Diff Detail
Event TimelineComment Actions LGTM, although please make sure that the whitespace is tidied up a bit, to make the indentation consistent, and reduce the number of long lines.
Comment Actions --help is getting to the point where it might be clean enough to write a test for :)
|