Fix some double printing of filenames for archives in llvm-nm when
authorKevin Enderby <enderby@apple.com>
Fri, 20 Jun 2014 21:29:27 +0000 (21:29 +0000)
committerKevin Enderby <enderby@apple.com>
Fri, 20 Jun 2014 21:29:27 +0000 (21:29 +0000)
commit26646108c93ca43b226060052fcae0aacba70ea0
tree55a052454a50d6ffe9d6b4f2568c5423e11e204d
parentb4357fc29380236227a3c5ced8ba5e515c999d86
Fix some double printing of filenames for archives in llvm-nm when
the tool is given multiple files.  Also fix the same issue with Mach-O
universal files. And fix the newline spacing to separate the output
in these cases.

llvm-svn: 211405
llvm/test/Object/archive-symtab.test
llvm/tools/llvm-nm/llvm-nm.cpp