summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/crash-diagnostics-dir.c
blob: c8faf497b5a19c00eb5d766c5887db9486f28c80 (plain)
1
2
3
4
5
6
// RUN: rm -rf %t
// RUN: mkdir -p %t
// RUN: not %clang -fcrash-diagnostics-dir=%t -c %s -o - 2>&1 | FileCheck %s
#pragma clang __debug parser_crash
// CHECK: Preprocessed source(s) and associated run script(s) are located at:
// CHECK: diagnostic msg: {{.*}}{{/|\\}}crash-diagnostics-dir.c.tmp{{(/|\\).*}}.c
OpenPOWER on IntegriCloud