Add the "-x" flag to llvm-nm for Mach-O files that prints the fields of a symbol...
authorKevin Enderby <enderby@apple.com>
Wed, 16 Jul 2014 17:38:26 +0000 (17:38 +0000)
committerKevin Enderby <enderby@apple.com>
Wed, 16 Jul 2014 17:38:26 +0000 (17:38 +0000)
commit15f2c50e632667e391a334e8b6026bc17556a276
tree5be7161ec0f5f9d2457d22b05b8c86beceac9fb8
parent53b0a2d8c6e00fcd602afcaaeb3efab69e672f27
Add the "-x" flag to llvm-nm for Mach-O files that prints the fields of a symbol in hex.
(generally use for debugging the tools).  This is same functionality as darwin’s
nm(1) "-x" flag.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213176 91177308-0d34-0410-b5e6-96231b3b80d8
test/Object/nm-trivial-object.test
tools/llvm-nm/llvm-nm.cpp