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)
commit8da4bd60fbbf09f3705c56327aab708423c0b821
tree88529198e14c029f61dcbaee344043d5db1ecf76
parent45938b96eef8c0456efb1c871ed38b197180e9f9
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.

llvm-svn: 212576
llvm/test/Object/X86/archive-ir-asm.ll
llvm/test/Object/archive-long-index.test
llvm/test/Object/archive-symtab.test
llvm/test/Object/coff-archive-short.test
llvm/test/Object/coff-archive.test
llvm/test/Object/nm-archive.test
llvm/test/Object/simple-archive.test
llvm/tools/llvm-nm/llvm-nm.cpp