summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/crash-cleanup.c
blob: 6f5140af7a3baf7aa1469c4dd88b1863674f8e33 (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: darwin,msys

#pragma clang __debug crash
OpenPOWER on IntegriCloud