| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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.
llvm-svn: 145018
|
|
|
|
|
|
|
|
|
| |
This is a partial revert of r143846. While cleaning up after a crash is
probably a good idea, we were also deleting .d files if the compilation failed
due to invalid input, which is not the desired behavior. The test is XFAIL'd
until the cleanup code can be reworked to do the right thing.
llvm-svn: 144590
|
|
|
|
| |
llvm-svn: 143877
|
|
|
|
|
|
| |
"XFAIL: msys" has no effect, due to XFAIL inspects triplet, and msys build does not use *-msys-* but *-mingw32.
llvm-svn: 143868
|
|
|
|
| |
llvm-svn: 143858
|
|
|
|
| |
llvm-svn: 143857
|
|
and prevent the diagnostic preprocessor run from writing a depfile.
llvm-svn: 143846
|