1*67e74705SXin Li// Test that the virtual file "__inferred_module.map" doesn't show up as dependency. 2*67e74705SXin Li 3*67e74705SXin Li// REQUIRES: x86-registered-target 4*67e74705SXin Li// RUN: rm -rf %t-mcp 5*67e74705SXin Li// 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*67e74705SXin Li// RUN: FileCheck %s < %t.d 7*67e74705SXin Li// CHECK-NOT: __inferred_module 8*67e74705SXin Li 9*67e74705SXin Li@import Module; 10