On 26 June 2013 15:02, David Dean <[email protected]> wrote:
> We're also using windows7 with MSVC,
>
> I think the failure is from this:
> // RUN: cat %t/crash-report-*.c | FileCheck --check-prefix=CHECKSRC %s
> // RUN: cat %t/crash-report-*.sh | FileCheck --check-prefix=CHECKSH %s
>
> The cat command in our logs looks like this:
> Command 4: "cat" 
> "C:\[redacted]\clang-build\177796\tools\clang\test\Driver\Output\crash-report.c.tmp/crash-report-*.c"
>
> I suspect the mixture of forward and backward slashes is the problem.

It is cat itself that is failing or FileCheck? I think the command
line itself is built with python in lit, so I wasn't expecting it to
change.

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

Reply via email to