2 // RUN: split-file %s %t
3 // RUN: sed -e "s|DIR|%/t|g" %t/vfs.json.in > %t/vfs.json
4 // RUN: %clang_cc1 -fmodules -fno-modules-share-filemanager -fimplicit-module-maps \
5 // RUN: -fmodules-cache-path=%t -I%t/Virtual -ivfsoverlay %t/vfs.json -fsyntax-only %t/tu.m -verify
7 //--- Dir1/module.modulemap
9 //--- Dir2/module.private.modulemap
15 'use-external-names': true,
18 'name': 'DIR/Virtual',
22 'name': 'module.modulemap',
24 'external-contents': 'DIR/Dir1/module.modulemap'
27 'name': 'module.private.modulemap',
29 'external-contents': 'DIR/Dir2/module.private.modulemap'
38 // expected-no-diagnostics