[llvm-dwp] Sink debug_types.dwo emission into the code parsing the type signatures...
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 9 Dec 2015 21:02:33 +0000 (21:02 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 9 Dec 2015 21:02:33 +0000 (21:02 +0000)
commitce4a7239168aab6e323322248549b35f0ffb9917
tree6bf7f019b1d9de93415b428821aae19ee47eee37
parente919414c036814772f8756fa7428bfe8d7a96617
[llvm-dwp] Sink debug_types.dwo emission into the code parsing the type signatures (NFC)

This is a preliminary change towards deduplicating type units based on
their signatures. Next change will skip emission of types when their
signature has already been seen.

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