]> granicus.if.org Git - clang/commit
Teach the driver about failure result files, which are compilation
authorPeter Collingbourne <peter@pcc.me.uk>
Mon, 21 Nov 2011 00:01:05 +0000 (00:01 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Mon, 21 Nov 2011 00:01:05 +0000 (00:01 +0000)
commit5d4d9807a65291cbe6ab88d4a4f74cb7fff01bde
tree9899d39c189070358c61243b7b7ae3606fe23e7c
parent82c34603263782f9621025cc0674d8b3834cd5e1
Teach the driver about failure result files, which are compilation
output files that are valid regardless of whether the compilation
succeeded or failed (but not if we crash).  Add depfiles to the
failure result file list.

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