Attempt to fix Windows buildbot.

llvm-svn: 297497
This commit is contained in:
Galina Kistanova 2017-03-10 19:34:15 +00:00
parent 19cf689a9e
commit a135649f42
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,8 @@
// When a module depends on another, check that we dump the dependency header
// files for both.
// REQUIRES: shell
// RUN: rm -rf %t
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/cache -module-dependency-dir %t/vfs -F %S/Inputs -I %S/Inputs -verify %s
// expected-no-diagnostics

View File

@ -1,6 +1,8 @@
// Check that we can dump all of the headers a module depends on, and a VFS map
// for the same.
// REQUIRES: shell
// RUN: rm -rf %t
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/cache -module-dependency-dir %t/vfs -F %S/Inputs -I %S/Inputs -verify %s
// expected-no-diagnostics