aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/signal.m
blob: 4d0885e56c8b9a90a1e049468dedf3ec8f5798b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// REQUIRES: crash-recovery
// RUN: rm -rf %t

// Crash building module.
// RUN: not --crash %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs %s

// The dead symlink is still around, but the underlying lock file is gone.
// RUN: find %t -name "crash-*.pcm.lock" | count 1
// RUN: find %t -name "crash-*.pcm.lock-*" | count 0

@import crash;