[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / dependency-gen-inferred-map.m
blob053a653d1748ddd0fe4d573a8c10c314b0a5ddd0
1 // Test that the virtual file "__inferred_module.map" doesn't show up as dependency.
3 // REQUIRES: x86-registered-target
4 // RUN: rm -rf %t-mcp
5 // RUN: %clang_cc1 -isysroot %S/Inputs/System -triple x86_64-apple-darwin10 -dependency-file %t.d -MT %s.o -F %S/Inputs -fsyntax-only -fmodules -fimplicit-module-maps -fmodules-cache-path=%t-mcp %s
6 // RUN: FileCheck %s < %t.d
7 // CHECK-NOT: __inferred_module
9 @import Module;