Lines Matching +full:external +full:- +full:contents
1 // RUN: rm -rf %t
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 -veri…
7 //--- Dir1/module.modulemap
9 //--- Dir2/module.private.modulemap
12 //--- vfs.json.in
15 'use-external-names': true,
20 'contents': [
24 'external-contents': 'DIR/Dir1/module.modulemap'
29 'external-contents': 'DIR/Dir2/module.private.modulemap'
36 //--- tu.m
38 // expected-no-diagnostics