Home | History | Annotate | Download | only in Modules
      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