OSDN Git Service

[llvm-objdump] Print st_other
authorFangrui Song <maskray@google.com>
Fri, 10 May 2019 16:24:57 +0000 (16:24 +0000)
committerFangrui Song <maskray@google.com>
Fri, 10 May 2019 16:24:57 +0000 (16:24 +0000)
commit699a92151efa8a284596f5fff821ceb14ba01940
tree1a877a22e5a660b4cad9b3edf4ed6b62993b257e
parent20708f3c5045e4a1419cb6d2dd39f533ba0211bd
[llvm-objdump] Print st_other

Add support for ".hidden" ".internal" ".protected" and " 0x%02x" for
other st_other bits used by some architectures.

Reviewed By: sfertile

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@360439 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-objdump/elf-symbol-visibility.test [new file with mode: 0644]
tools/llvm-objdump/llvm-objdump.cpp