[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / invalid-pch-module-id.m
blob34d9995cef6d8b433cf385c3a05ddb5b0ecd5c28
1 // RUN: rm -rf %t.cache
2 //
3 // RUN: %clang_cc1 -x objective-c-header -fmodules -F%S/Inputs/invalid-module-id \
4 // RUN:  -fmodule-implementation-of NC -fmodules-cache-path=%t.cache \
5 // RUN:  -fimplicit-module-maps \
6 // RUN:  -emit-pch %S/Inputs/invalid-module-id/NC-Prefix.pch -o %t.pch
7 //
8 // RUN: %clang_cc1 -x objective-c -fmodules -F%S/Inputs/invalid-module-id \
9 // RUN:  -fmodule-implementation-of NC -fmodules-cache-path=%t.cache \
10 // RUN:  -fimplicit-module-maps -include-pch %t.pch %s -fsyntax-only
12 #import <NC/NULog.h>
13 #import <NC/NUGeometry.h>