diff options
author | Zachary Turner <zturner@google.com> | 2018-04-16 16:27:49 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2018-04-16 16:27:49 +0000 |
commit | 1b06cc78177bec39509ae43583312fe3bab4468b (patch) | |
tree | eda2113c7708618d0742437ff538d876223c8f2b /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | d93b8a0740c8c5aecd53a7ffff1bff58647f2e20 (diff) | |
download | bcm5719-llvm-1b06cc78177bec39509ae43583312fe3bab4468b.tar.gz bcm5719-llvm-1b06cc78177bec39509ae43583312fe3bab4468b.zip |
Fix some incorrect fields in our generated PDBs.
Most of these are pretty trivial and obvious. Setting the toolchain
version to 14.11 is perhaps a little questionable, but we've been bitten
in the past where one of our version fields sidn't match MSVC's, and I
definitely don't want to go through that diagnosis again as it was
pretty time consuming and hard to track down.
I found all of these by using llvm-pdbutil export to dump the dbi and
pdb streams to a file, then using fc followed by llvm-pdbutil explain to
explain the mismatched bytes.
There are still some more, these are just the low hanging fruit.
Differential Revision: https://reviews.llvm.org/D45276
llvm-svn: 330130
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions