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)
commit77b968e1e1fe13a7ee8879175542e78fd4f2efaf
tree010008e0c000f4c50e0bb1e9bf916be9df32f322
parent9988e3afcc25c6d79fd655077c3a3436a7686a4b
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.

llvm-svn: 213176
llvm/test/Object/nm-trivial-object.test
llvm/tools/llvm-nm/llvm-nm.cpp