summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/relative-dep-gen.cpp
diff options
context:
space:
mode:
authorDavid Bolvansky <david.bolvansky@gmail.com>2018-09-13 14:27:32 +0000
committerDavid Bolvansky <david.bolvansky@gmail.com>2018-09-13 14:27:32 +0000
commitc96cb25a8ba7baac5ad03545c5823032dbfa9ba4 (patch)
tree04426b5f03425eea3b80913c284f3b533c228f82 /clang/test/Modules/relative-dep-gen.cpp
parente6dd0806c731841812cd5332774ca12931fca0df (diff)
downloadbcm5719-llvm-c96cb25a8ba7baac5ad03545c5823032dbfa9ba4.tar.gz
bcm5719-llvm-c96cb25a8ba7baac5ad03545c5823032dbfa9ba4.zip
Print correctly dependency paths on Windows
Summary: Before: main.o: main.c ../include/lib\test.h After: main.o: main.c ../include/lib/test.h Fixes PR38877 Reviewers: zturner Subscribers: xbolva00, cfe-commits Differential Revision: https://reviews.llvm.org/D51847 llvm-svn: 342139
Diffstat (limited to 'clang/test/Modules/relative-dep-gen.cpp')
-rw-r--r--clang/test/Modules/relative-dep-gen.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/Modules/relative-dep-gen.cpp b/clang/test/Modules/relative-dep-gen.cpp
index bfa9471859b..e1db618c362 100644
--- a/clang/test/Modules/relative-dep-gen.cpp
+++ b/clang/test/Modules/relative-dep-gen.cpp
@@ -30,9 +30,9 @@
#include "Inputs/relative-dep-gen-1.h"
// CHECK-BUILD: mod.pcm:
-// CHECK-BUILD: {{[ \t]}}Inputs/relative-dep-gen{{(-cwd)?}}.modulemap
-// CHECK-BUILD: {{[ \t]}}Inputs/relative-dep-gen-1.h
-// CHECK-BUILD: {{[ \t]}}Inputs/relative-dep-gen-2.h
+// CHECK-BUILD: {{[ \t]}}Inputs{{[/\\]}}relative-dep-gen{{(-cwd)?}}.modulemap
+// CHECK-BUILD: {{[ \t]}}Inputs{{[/\\]}}relative-dep-gen-1.h
+// CHECK-BUILD: {{[ \t]}}Inputs{{[/\\]}}relative-dep-gen-2.h
// CHECK-USE: use.o:
// CHECK-USE-DAG: {{[ \t]}}relative-dep-gen.cpp
// CHECK-EXPLICIT-DAG: mod.pcm
OpenPOWER on IntegriCloud