r237347 - clang/test/Frontend/dependency-gen-escaping.c: Appease win32 hosts. Investigating.
NAKAMURA Takumi
geek4civic at gmail.com
Thu May 14 00:37:49 PDT 2015
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"
More information about the cfe-commits
mailing list