10 lines · plain
1// Test that the virtual file "__inferred_module.map" doesn't show up as dependency.2 3// REQUIRES: x86-registered-target4// RUN: rm -rf %t-mcp5// 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 %s6// RUN: FileCheck %s < %t.d7// CHECK-NOT: __inferred_module8 9@import Module;10