aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/dependency-gen-inferred-map.m
blob: 11cc8728811597bb40492a97d855b73f5b886571 (plain) (blame)
1
2
3
4
5
6
7
8
// Test that the virtual file "__inferred_module.map" doesn't show up as dependency.

// RUN: rm -rf %t-mcp
// 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
// RUN: FileCheck %s < %t.d
// CHECK-NOT: __inferred_module

@import Module;