| 1 | // REQUIRES: shell |
| 2 | |
| 3 | // RUN: rm -rf %t |
| 4 | // RUN: mkdir -p %t/vdir %t/cache %t/outdir |
| 5 | // We can't have module.map inside Inputs/Nonmodular. |
| 6 | // RUN: cp %S/Inputs/Nonmodular/Nonmodular.modulemap %t/outdir/module.modulemap |
| 7 | // |
| 8 | // RUN: sed -e "s:VDIR:%t/vdir:g" -e "s:IN_DIR:%S:g" -e "s:OUT_DIR:%t/outdir:g" %S/Inputs/Nonmodular/nonmodular-headers.yaml > %t/vdir/nonmodular-headers.yaml |
| 9 | // RUN: %clang_cc1 -fmodule-name=Nonmodular -fmodules -Wnon-modular-include-in-framework-module -verify -fimplicit-module-maps -fmodules-cache-path=%t/cache -ivfsoverlay %t/vdir/nonmodular-headers.yaml -I %S/Inputs -F %t/vdir -fsyntax-only %S/Inputs/Nonmodular/test.c |
| 10 | |
| 11 | // expected-no-diagnostics |
| 12 | |