[llvm-cxxdump] Correctly process relocations when given multiple files
authorDavid Majnemer <david.majnemer@gmail.com>
Thu, 13 Aug 2015 18:31:43 +0000 (18:31 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Thu, 13 Aug 2015 18:31:43 +0000 (18:31 +0000)
commit218b64b5aede69b9788f9c75ff9e185d9472cd5d
tree1f5bb29f641bff3c7188869e755c055608a8a08f
parent4b885ee8e225e0be4d7dead8ad1b827971d53d8a
[llvm-cxxdump] Correctly process relocations when given multiple files

Archive files wouldn't lead to us reprocessing the section relocations
for the new object files.

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