]> granicus.if.org Git - llvm/commit
[pdb] Actually write a PDB to disk from YAML.
authorZachary Turner <zturner@google.com>
Tue, 14 Jun 2016 18:49:36 +0000 (18:49 +0000)
committerZachary Turner <zturner@google.com>
Tue, 14 Jun 2016 18:49:36 +0000 (18:49 +0000)
commit879139e1c6577b09df52de56a6bab856a19ed185
treee3bfc71e4287a89974e0c1c5932788b30443444f
parente686c890772c01aa819d3fe8e47ba96f0d0163a3
[pdb] Actually write a PDB to disk from YAML.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272692 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/CodeView/StreamRef.h
include/llvm/DebugInfo/CodeView/StreamWriter.h
include/llvm/DebugInfo/PDB/Raw/PDBFile.h
lib/DebugInfo/PDB/Raw/PDBFile.cpp
test/DebugInfo/PDB/pdbdump-yaml.test
tools/llvm-pdbdump/PdbYaml.cpp
tools/llvm-pdbdump/PdbYaml.h
tools/llvm-pdbdump/YAMLOutputStyle.cpp
tools/llvm-pdbdump/llvm-pdbdump.cpp