]> granicus.if.org Git - clang/commitdiff
clang/test/Frontend/dependency-gen-escaping.c: Appease win32 hosts. Investigating.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 14 May 2015 07:37:35 +0000 (07:37 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 14 May 2015 07:37:35 +0000 (07:37 +0000)
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

index c689cc99c39bffa7dc25f1f8fceb605293a3e7c5..c8d1191674c83ea5042791aa29e0f9f9c511e0b1 100644 (file)
@@ -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"