to create it. Lit doesn't apparently clean up test directories
effectively, and so this broke randomly on subsequent runs.
Also XFAIL the test on windows, as there's not much hope for these
commands doing the right thing there.
Paired with Nick Lewycky.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126344
91177308-0d34-0410-b5e6-
96231b3b80d8
// RUN: grep 'dependency-gen.c' %t.d
// PR8974
+// XFAIL: win32
+// RUN: rm -rf %t.dir
// RUN: mkdir %t.dir
// RUN: echo > %t.dir/x.h
// RUN: %clang -include %t.dir/x.h -MD -MF %t.d -S -x c -o %t.o %s