Author: chapuni
Date: Thu May 14 02:37:35 2015
New Revision: 237347

URL: http://llvm.org/viewvc/llvm-project?rev=237347&view=rev
Log:
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?

Modified:
    cfe/trunk/test/Frontend/dependency-gen-escaping.c

Modified: cfe/trunk/test/Frontend/dependency-gen-escaping.c
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Frontend/dependency-gen-escaping.c?rev=237347&r1=237346&r2=237347&view=diff
==============================================================================
--- cfe/trunk/test/Frontend/dependency-gen-escaping.c (original)
+++ cfe/trunk/test/Frontend/dependency-gen-escaping.c Thu May 14 02:37:35 2015
@@ -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"
 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to