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)
commitefc447827d22c67dbd6aaff6f4160e710583c606
tree225a5afcc92c958fe560fcc08fc3ca0d72b89fc8
parent85fdfe8efcb582f4d6d564a85c5c6a37a97f9787
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.

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