10 lines · plain
1// RUN: rm -rf %t2// RUN: mkdir -p %t3// RUN: sed -e "s@TEST_DIR@%{/S:regex_replacement}@g" -e "s@OUT_DIR@%{/t:regex_replacement}@g" %S/Inputs/vfsroot.yaml > %t.yaml4// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fdisable-module-hash -fmodules-cache-path=%t/cache -ivfsoverlay %t.yaml -F %S/Inputs -fsyntax-only /tests/vfsroot-module.m5 6// Test that a file missing from the VFS root is not found, even if it is7// discoverable through the real file system at location that is a part of8// the framework.9@import Broken;10