Changed the lvm-nm alias "-s" for -print-armap to "-M".
authorKevin Enderby <enderby@apple.com>
Tue, 8 Jul 2014 23:47:31 +0000 (23:47 +0000)
committerKevin Enderby <enderby@apple.com>
Tue, 8 Jul 2014 23:47:31 +0000 (23:47 +0000)
commite3108d31e0d1cba8d582df8f0f2b9d03d583e359
tree69f0dc55b87e2f0e438aed35d6015c16aec6cf3b
parent05bb7c5045c93b481e534b16f79801d62effd36a
Changed the lvm-nm alias "-s" for -print-armap to "-M".
This will allow the "-s" flag to implemented in the future as it
is in darwin’s nm(1) to list symbols only in the specified section.

Given a LGTM by Shankar Easwaran who originally implemented
the support for lvm-nm’s -print-armap and archive map symbols.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212576 91177308-0d34-0410-b5e6-96231b3b80d8
test/Object/X86/archive-ir-asm.ll
test/Object/archive-long-index.test
test/Object/archive-symtab.test
test/Object/coff-archive-short.test
test/Object/coff-archive.test
test/Object/nm-archive.test
test/Object/simple-archive.test
tools/llvm-nm/llvm-nm.cpp