Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / VFS / vfsroot-module.m
blob787e2f513c55bbd0b938c4b774e8f4808cd5bae6
1 // RUN: rm -rf %t
2 // RUN: mkdir -p %t
3 // RUN: sed -e "s@TEST_DIR@%{/S:regex_replacement}@g" -e "s@OUT_DIR@%{/t:regex_replacement}@g" %S/Inputs/vfsroot.yaml > %t.yaml
4 // 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.m
6 // Test that a file missing from the VFS root is not found, even if it is
7 // discoverable through the real file system at location that is a part of
8 // the framework.
9 @import Broken;