[all-commits] [llvm/llvm-project] a64e6e: [llvm-readelf] Make -W an alias of --wide

gbreynoo via All-commits all-commits at lists.llvm.org
Fri Oct 15 08:28:41 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a64e6ecfe13f981ffbc4c519dfd3a4e12071e98a
      https://github.com/llvm/llvm-project/commit/a64e6ecfe13f981ffbc4c519dfd3a4e12071e98a
  Author: gbreynoo <Owen.Reynolds at sony.com>
  Date:   2021-10-15 (Fri, 15 Oct 2021)

  Changed paths:
    M llvm/tools/llvm-readobj/Opts.td

  Log Message:
  -----------
  [llvm-readelf] Make -W an alias of --wide

Currently -W and --wide are treated as two options as they are only
included for gnu readelf compatibility and ignored. This change makes -W
an alias of --wide to be consistent with other option aliases.

Differential Revision: https://reviews.llvm.org/D111731




More information about the All-commits mailing list