[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / explicit-build-extra-files.cpp
blob965aea13ae13eaad30773fea648578680b58622a
1 // RUN: rm -rf %t
2 // RUN: mkdir %t
3 // RUN: cd %t
4 // RUN: echo 'module X {}' > %t/x
5 // RUN: echo 'module Y {}' > %t/y
6 //
7 // RUN: %clang_cc1 -emit-module -fmodules -fmodule-name=X %t/x -x c++ -o %t/x.pcm
8 // RUN: %clang_cc1 -emit-module -fmodules -fmodule-name=Y %t/y -x c++ -o %t/y.pcm
9 // RUN: %clang_cc1 -fmodules -fmodule-file=%t/x.pcm -fmodule-file=%t/y.pcm -x c++ /dev/null -fsyntax-only
11 // RUN: not test -f %t/modules.timestamp
12 // RUN: not test -f %t/modules.idx