forked from OSchip/llvm-project
parent
19cf689a9e
commit
a135649f42
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue