[PATCH] D67542: Fix depfile name construction

Momchil Velikov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 13 02:50:21 PDT 2019


chill added a reviewer: chill.
chill added inline comments.


================
Comment at: clang/test/Driver/metadata-with-dots.c:2
+// RUN: mkdir -p out.dir
+// RUN: cat %s > out.dir/test.c
+// RUN: %clang -E -MMD %s -o out.dir/test
----------------
Is this going to ruin on Windows ?



================
Comment at: clang/test/Driver/metadata-with-dots.c:4-6
+// RUN: test ! -f %out.d
+// RUN: test -f out.dir/test.d
+// RUN: rm -rf out.dir/test.d out.dir/ out.d
----------------
And these ?


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67542/new/

https://reviews.llvm.org/D67542





More information about the cfe-commits mailing list