xref: /minix3/external/bsd/llvm/dist/clang/test/Modules/dependency-gen-inferred-map.m (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1// Test that the virtual file "__inferred_module.map" doesn't show up as dependency.
2
3// RUN: rm -rf %t-mcp
4// 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 -fmodules-cache-path=%t-mcp %s
5// RUN: FileCheck %s < %t.d
6// CHECK-NOT: __inferred_module
7
8@import Module;
9