[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / signal.m
blob4d0885e56c8b9a90a1e049468dedf3ec8f5798b6
1 // REQUIRES: crash-recovery
2 // RUN: rm -rf %t
4 // Crash building module.
5 // RUN: not --crash %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs %s
7 // The dead symlink is still around, but the underlying lock file is gone.
8 // RUN: find %t -name "crash-*.pcm.lock" | count 1
9 // RUN: find %t -name "crash-*.pcm.lock-*" | count 0
11 @import crash;