2 // RUN: split-file %s %t
5 module M
{ header
"m.h" }
9 //--- overlay.json.template
12 "case-sensitive": "false",
15 "external-contents": "DIR/m-real.h",
25 // RUN: sed -e "s|DIR|%/t|g" %t/overlay.json.template > %t/overlay.json
26 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/cache \
27 // RUN: -ivfsoverlay %t/overlay.json -dependency-file %t/tu.d -MT %t/tu.o -fsyntax-only %t/tu.c
28 // RUN: FileCheck %s --input-file=%t/tu.d
29 // CHECK: {{.*}}tu.o: \
30 // CHECK-NEXT: {{.*}}tu.c \
31 // CHECK-NEXT: {{.*}}module.modulemap \
32 // CHECK-NEXT: {{.*}}m-real.h