blob: 053a653d1748ddd0fe4d573a8c10c314b0a5ddd0 [file] [log] [blame]
Argyrios Kyrtzidis68ccbe02014-03-14 02:26:31 +00001// Test that the virtual file "__inferred_module.map" doesn't show up as dependency.
2
Adrian Prantlbc068582015-07-08 01:00:30 +00003// REQUIRES: x86-registered-target
Argyrios Kyrtzidis68ccbe02014-03-14 02:26:31 +00004// RUN: rm -rf %t-mcp
Richard Smith47972af2015-06-16 00:08:24 +00005// 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
Argyrios Kyrtzidis68ccbe02014-03-14 02:26:31 +00006// RUN: FileCheck %s < %t.d
7// CHECK-NOT: __inferred_module
8
9@import Module;