]> granicus.if.org Git - clang/commit
Add the depfile as a result file so that it is deleted if we crash,
authorPeter Collingbourne <peter@pcc.me.uk>
Sun, 6 Nov 2011 00:40:05 +0000 (00:40 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Sun, 6 Nov 2011 00:40:05 +0000 (00:40 +0000)
commit54db68bf0e389b8aabe1a434f825a81a9c1f7db8
treedd8f12ac2cfbab7053e25690768b992f262dbf53
parentdf0a4c374b923f924d5ebcb008090928d408ea1c
Add the depfile as a result file so that it is deleted if we crash,
and prevent the diagnostic preprocessor run from writing a depfile.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143846 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Compilation.cpp
lib/Driver/Tools.cpp
lib/Driver/Tools.h
test/Driver/crash-cleanup.c [new file with mode: 0644]