Added the -m option as an alias for -format=darwin to llvm-nm and llvm-size
authorKevin Enderby <enderby@apple.com>
Fri, 20 Jun 2014 00:04:16 +0000 (00:04 +0000)
committerKevin Enderby <enderby@apple.com>
Fri, 20 Jun 2014 00:04:16 +0000 (00:04 +0000)
commitd1e64617ee1b76c28fa512d622f0b977144b300f
treed2e827e6e1a97303589ed05cf88691bc392ed48f
parent2ae686a2ab90def4f9fa38c1407bbe7f062068f3
Added the -m option as an alias for -format=darwin to llvm-nm and llvm-size
which is what the darwin tools use for the Mach-O format output.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211326 91177308-0d34-0410-b5e6-96231b3b80d8
test/Object/nm-darwin-m.test
test/Object/size-trivial-macho.test
tools/llvm-nm/llvm-nm.cpp
tools/llvm-size/llvm-size.cpp