summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/crash-cleanup.c
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2011-11-21 00:01:05 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2011-11-21 00:01:05 +0000
commit119cfaa5957d4a27b3dba543bc77638459fbdb92 (patch)
tree9ff9b410e7deaf93fe773694be378a4fcdbb1dff /clang/test/Driver/crash-cleanup.c
parent17a7bbbc9f069ebf4c9f06df70965fbd336d4e12 (diff)
downloadbcm5719-llvm-119cfaa5957d4a27b3dba543bc77638459fbdb92.tar.gz
bcm5719-llvm-119cfaa5957d4a27b3dba543bc77638459fbdb92.zip
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. llvm-svn: 145018
Diffstat (limited to 'clang/test/Driver/crash-cleanup.c')
-rw-r--r--clang/test/Driver/crash-cleanup.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/clang/test/Driver/crash-cleanup.c b/clang/test/Driver/crash-cleanup.c
deleted file mode 100644
index b994bd85a30..00000000000
--- a/clang/test/Driver/crash-cleanup.c
+++ /dev/null
@@ -1,9 +0,0 @@
-// RUN: not %clang -o %t.o -MMD -MF %t.d %s
-// RUN: test ! -f %t.o
-// RUN: test ! -f %t.d
-// REQUIRES: shell
-// REQUIRES: crash-recovery
-
-// XFAIL: *
-
-#pragma clang __debug crash
OpenPOWER on IntegriCloud