[PATCH] D33869: [llvm-readobj] More command-line compatibility with GNU readelf

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 3 14:55:20 PDT 2017


davide added a comment.

I'd split this in several patches.



================
Comment at: tools/llvm-readobj/llvm-readobj.cpp:54-57
+  // -W
+  cl::opt<bool> IgnoredW("W",
+    cl::desc("Ignored for compatibility with GNU readelf"));
+
----------------
What about the `--wide` alias?


Repository:
  rL LLVM

https://reviews.llvm.org/D33869





More information about the llvm-commits mailing list