[all-commits] [llvm/llvm-project] 70cbf8: [X86] Make `llc --help` output readable again

Roman Lebedev via All-commits all-commits at lists.llvm.org
Fri Jan 24 14:44:18 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 70cbf8c71c510077baadcad305fea6f62e830b06
      https://github.com/llvm/llvm-project/commit/70cbf8c71c510077baadcad305fea6f62e830b06
  Author: Roman Lebedev <lebedev.ri at gmail.com>
  Date:   2020-01-25 (Sat, 25 Jan 2020)

  Changed paths:
    M llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list