12 lines · plain
1// REQUIRES: crash-recovery2// RUN: rm -rf %t3 4// Crash building module.5// RUN: not --crash %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs %s6 7// The dead symlink is still around, but the underlying lock file is gone.8// RUN: find %t -name "crash-*.pcm.lock" | count 19// RUN: find %t -name "crash-*.pcm.lock-*" | count 010 11@import crash;12