commit | 6ebce80ed17745cab6920e6b6c9050129255efcf | [log] [tgz] |
---|---|---|
author | Zachary Turner <zturner@google.com> | Tue Jun 20 18:50:55 2017 +0000 |
committer | Zachary Turner <zturner@google.com> | Tue Jun 20 18:50:55 2017 +0000 |
tree | 718eb1d9c8f733a4c2aa4597d3b29960632bd492 | |
parent | d6d2feb9a7424b6dbbe88b568613071a277977cd [diff] |
[PDB] Don't write uninitialized bytes to a PDB file. There were certain fields that we didn't know how to write, as well as various padding bytes that we would ignore. This leads to garbage data in the PDB. While not strictly necessary, we should initialize these bytes to something meaningful, as it makes for easier binary comparison between PDBs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305819 91177308-0d34-0410-b5e6-96231b3b80d8