summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/crash-cleanup.c
blob: b994bd85a306a4a0e70b3b7d65c0c3dd201b4595 (plain)
1
2
3
4
5
6
7
8
9
// 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