diff options
author | Zachary Turner <zturner@google.com> | 2017-05-18 15:15:10 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2017-05-18 15:15:10 +0000 |
commit | 8a7508970a57297bf6ae398c1abaae38535ebe8e (patch) | |
tree | a5d8d9aeb08478c84f2b226c12b5b9f36b1a2ef8 /llvm/lib/CodeGen/StackProtector.cpp | |
parent | 5a83fb153f8ee6048311b2f57c505c488b3ad315 (diff) | |
download | bcm5719-llvm-8a7508970a57297bf6ae398c1abaae38535ebe8e.tar.gz bcm5719-llvm-8a7508970a57297bf6ae398c1abaae38535ebe8e.zip |
[COFF] Fix interaction between /DEBUG and /PDB
When /DEBUG is not specified, /PDB should be ignored. When
/DEBUG is specified, a PDB should be output regardless of
whether or not /PDB is specified. /PDB just overrides the
default name.
This patch implements this behavior, and adds some tests, while
also removing a dead option /DEBUGPDB which was unused in any
code.
Differential Revision: https://reviews.llvm.org/D33302
llvm-svn: 303352
Diffstat (limited to 'llvm/lib/CodeGen/StackProtector.cpp')
0 files changed, 0 insertions, 0 deletions