forked from OSchip/llvm-project
clang/test/Modules: Satisfy win32 hosts due to dospath issue.
llvm-svn: 244427
This commit is contained in:
parent
f70694fd86
commit
4b81164810
|
@ -39,5 +39,5 @@ extern module "test-base" "Inputs/dependency-gen-base.modulemap"
|
|||
// EXPLICIT-FIXME: {{.*}}/base.pcm
|
||||
//
|
||||
// EXPLICIT: {{^}}explicit.pcm:
|
||||
// EXPLICIT: {{.*}}/dependency-gen.modulemap
|
||||
// EXPLICIT: {{.*[/\\]}}dependency-gen.modulemap
|
||||
// EXPLICIT: {{ |\.[/\\]}}Inputs{{[/\\]}}dependency-gen.h
|
||||
|
|
|
@ -138,7 +138,7 @@
|
|||
// RUN: -fmodule-map-file=%S/Inputs/explicit-build/module.modulemap \
|
||||
// RUN: %s 2>&1 | FileCheck --check-prefix=CHECK-MULTIPLE-AS %s
|
||||
//
|
||||
// CHECK-MULTIPLE-AS: error: module 'a' is defined in both '{{.*}}/a{{.*}}.pcm' and '{{.*[/\\]}}a{{.*}}.pcm'
|
||||
// CHECK-MULTIPLE-AS: error: module 'a' is defined in both '{{.*[/\\]}}a{{.*}}.pcm' and '{{.*[/\\]}}a{{.*}}.pcm'
|
||||
|
||||
// -------------------------------
|
||||
// Try to import a PCH with -fmodule-file=
|
||||
|
|
|
@ -27,4 +27,4 @@
|
|||
// CHECK-USE: use.o:
|
||||
// CHECK-USE-DAG: Inputs/relative-dep-gen{{(-cwd)?}}.modulemap
|
||||
// CHECK-USE-DAG: relative-dep-gen.cpp
|
||||
// CHECK-USE-DAG: Inputs/relative-dep-gen-1.h
|
||||
// CHECK-USE-DAG: Inputs{{[/\\]}}relative-dep-gen-1.h
|
||||
|
|
Loading…
Reference in New Issue