OSDN Git Service

[X86] Make `llc --help` output readable again
authorRoman Lebedev <lebedev.ri@gmail.com>
Fri, 24 Jan 2020 22:43:16 +0000 (01:43 +0300)
committerRoman Lebedev <lebedev.ri@gmail.com>
Fri, 24 Jan 2020 22:43:52 +0000 (01:43 +0300)
commit70cbf8c71c510077baadcad305fea6f62e830b06
tree13a7dcaae3fc7602bc91f1c2c7c190488057cb89
parent1df8549b26892198ddf77dfd627eb9f979d45b7e
[X86] Make `llc --help` output readable again

Long `cl::value_desc()` is added right after the flag name,
before `cl::desc()` column. And thus the `cl::desc()` column,
for all flags, is padded to the right,
which makes the output unreadable.
llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp