diff options
author | Zachary Turner <zturner@google.com> | 2017-06-20 18:50:55 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2017-06-20 18:50:55 +0000 |
commit | 297b6eb20df59d7c5d593b6f04fd4ea9d0e77e29 (patch) | |
tree | 63025d0d5dcc4f31ad5541fb4f03691bbf14026f /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | ed130b6ac0e2aa3bfa9ba3d99fe9e2cbf171a789 (diff) | |
download | bcm5719-llvm-297b6eb20df59d7c5d593b6f04fd4ea9d0e77e29.tar.gz bcm5719-llvm-297b6eb20df59d7c5d593b6f04fd4ea9d0e77e29.zip |
[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.
llvm-svn: 305819
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions