From cf113dbc9711329b9001194d6ea26564514eda69 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 14 May 2015 07:37:35 +0000 Subject: [PATCH] clang/test/Frontend/dependency-gen-escaping.c: Appease win32 hosts. Investigating. FIXME: Do we really emit single \ or escaped \\ along the context with -fms-compatibility -MG? git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@237347 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Frontend/dependency-gen-escaping.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Frontend/dependency-gen-escaping.c b/test/Frontend/dependency-gen-escaping.c index c689cc99c3..c8d1191674 100644 --- a/test/Frontend/dependency-gen-escaping.c +++ b/test/Frontend/dependency-gen-escaping.c @@ -24,7 +24,7 @@ // SEP2F: a\b\\#c\\\ d.h // With -fms-compatibility, Backslashes in #include are treated as path separators. // Backslashes are given in the emission for special characters, like 0x20 or 0x23. -// SEP5C: a{{[/\\]}}b{{[/\\]}}\#c{{[/\\]}}\ d.h +// SEP5C: a{{[/\\]}}b{{[/\\]}}\#c{{/|\\\\}}\ d.h // These combinations are just another case for NMAKE. // NMAKE: "a{{[/\\]}}b{{[/\\]}}#c{{[/\\]}} d.h" -- 2.40.0