Include Support/FileUtilities.h.
authorBrian Gaeke <gaeke@uiuc.edu>
Sun, 16 Nov 2003 23:34:13 +0000 (23:34 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Sun, 16 Nov 2003 23:34:13 +0000 (23:34 +0000)
commit1c0b6982d28c910e7555d2c7a98f745f5d701827
tree27452af55f357eadf8cf07e0b662a46def85e828
parent2c61d7b240f41dcc3f7a7e4966dc80b804918bc9
Include Support/FileUtilities.h.
Print module identifier in DumpSymbolNamesFromModule().
In DumpSymbolNamesFromFile(), check whether it is an archive or a bytecode
 file, and call the corresponding reader function (ParseBytecodeFile or
 ReadArchiveFile).
Unconditionally set MultipleFiles for archives.
Fixes PR117.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10044 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-nm/llvm-nm.cpp