OSDN Git Service

[PDB] Defer writing the build id until the rest of the PDB is written.
authorZachary Turner <zturner@google.com>
Thu, 1 Mar 2018 18:00:29 +0000 (18:00 +0000)
committerZachary Turner <zturner@google.com>
Thu, 1 Mar 2018 18:00:29 +0000 (18:00 +0000)
commit92024e8c0f2f2c7b59d2c6a644c1f789b34439ba
tree432f712e7dc385f323de38b8c24d6678a19fb159
parent4a773acdd6bdadfb5e9094799b73837a276003a1
[PDB] Defer writing the build id until the rest of the PDB is written.

For now this is NFC, but this small refactor opens the door to
letting us embed a hash of the PDB in the build id field of the
PDB.

Differential Revision: https://reviews.llvm.org/D43913

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@326453 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h
lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp
lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp