OSDN Git Service

[llvm-objdump] Accept and ignore --wide/-w
authorFangrui Song <maskray@google.com>
Wed, 10 Apr 2019 04:46:01 +0000 (04:46 +0000)
committerFangrui Song <maskray@google.com>
Wed, 10 Apr 2019 04:46:01 +0000 (04:46 +0000)
commit90bb2f79b2052854e44be6d89bd3ff1e31a3d9b3
tree9b7cb0b17cbcd56ed7afcea842a80526251c1ae8
parentb199e834732f7b358b9ed2b9c7c3f8df56dc4811
[llvm-objdump] Accept and ignore --wide/-w

This is similar to what we do for llvm-readobj (--wide/-W is for GNU
readelf compatibility).

The test will be added in D60376.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358043 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-objdump/llvm-objdump.cpp