[PATCH] D17216: Make test/Driver/output-file-cleanup.c hermetic.
Justin Lebar via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 24 13:54:13 PST 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL261773: Make test/Driver/output-file-cleanup.c hermetic. (authored by jlebar).
Changed prior to commit:
http://reviews.llvm.org/D17216?vs=47857&id=48975#toc
Repository:
rL LLVM
http://reviews.llvm.org/D17216
Files:
cfe/trunk/test/Driver/output-file-cleanup.c
Index: cfe/trunk/test/Driver/output-file-cleanup.c
===================================================================
--- cfe/trunk/test/Driver/output-file-cleanup.c
+++ cfe/trunk/test/Driver/output-file-cleanup.c
@@ -1,3 +1,5 @@
+// RUN: rm -f "%t.d" "%t1.s" "%t2.s" "%t3.s" "%t4.s" "%t5.s"
+//
// RUN: touch %t.s
// RUN: not %clang -S -DCRASH -o %t.s -MMD -MF %t.d %s
// RUN: test ! -f %t.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17216.48975.patch
Type: text/x-patch
Size: 397 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160224/9cecc8ec/attachment.bin>
More information about the cfe-commits
mailing list