Add the -U flag to llvm-nm as an alias to -defined-only
authorKevin Enderby <enderby@apple.com>
Thu, 3 Jul 2014 18:18:50 +0000 (18:18 +0000)
committerKevin Enderby <enderby@apple.com>
Thu, 3 Jul 2014 18:18:50 +0000 (18:18 +0000)
commitc150516f36d3cefa8672a7818893bae57060f398
tree112034ca100c0675be0803d345b7173e79f4b30b
parent0e1e88e7e1224b2dc01c6902067cdfdf48d43da4
Add the -U flag to llvm-nm as an alias to -defined-only
as darwin’s nm(1) uses -U for this functionality.

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