]> granicus.if.org Git - clang/commitdiff
clang/test/Modules: Satisfy win32 hosts due to dospath issue.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 9 Aug 2015 22:55:50 +0000 (22:55 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 9 Aug 2015 22:55:50 +0000 (22:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244427 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/dependency-gen.modulemap
test/Modules/explicit-build.cpp
test/Modules/relative-dep-gen.cpp

index ace1177a3e5b5022485b56ca9ff548bd3d72a35c..ed9f19c31e35fbedafbafb668a34ff8e70561446 100644 (file)
@@ -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
index 4f125810558735f53bc05e0ddcf6d2261433532e..2a5b70dce6cf03aa10699e9eaa517b9396bee6d2 100644 (file)
 // 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=
index d82b5a18b1ebe73d41d46d8dd4255ae158df3bbb..1c728a9906f55e7dbec6eb9bcad722d0c2da5f39 100644 (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