forked from OSchip/llvm-project
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? llvm-svn: 237347
This commit is contained in:
parent
129dfbff4a
commit
55deb26613
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue