]> granicus.if.org Git - clang/commit
Driver: Result files shouldn't be removed on failure when -save-temps
authorDaniel Dunbar <daniel@zuster.org>
Tue, 24 Mar 2009 17:49:01 +0000 (17:49 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 24 Mar 2009 17:49:01 +0000 (17:49 +0000)
commit9e3a224943163995d49c474f372c72ca91884780
tree4391dd1621f1303d048e8451093e8334a1449ebf
parentfe2e04a979205c1f395b699a24d74adb82bb4833
Driver: Result files shouldn't be removed on failure when -save-temps
is specified.
 - No easy way to make a safe test case for this (given where the
   driver is supposed to put temp files).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67632 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Compilation.cpp