[compiler-rt] r264626 - [libprofile] Make this test not depend on previous runs.

Sean Silva via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 28 12:34:22 PDT 2016


Author: silvas
Date: Mon Mar 28 14:34:22 2016
New Revision: 264626

URL: http://llvm.org/viewvc/llvm-project?rev=264626&view=rev
Log:
[libprofile] Make this test not depend on previous runs.

Modified:
    compiler-rt/trunk/test/profile/gcc-flag-compatibility.test

Modified: compiler-rt/trunk/test/profile/gcc-flag-compatibility.test
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/profile/gcc-flag-compatibility.test?rev=264626&r1=264625&r2=264626&view=diff
==============================================================================
--- compiler-rt/trunk/test/profile/gcc-flag-compatibility.test (original)
+++ compiler-rt/trunk/test/profile/gcc-flag-compatibility.test Mon Mar 28 14:34:22 2016
@@ -1,3 +1,4 @@
+RUN: rm -rf %t.d
 RUN: mkdir -p %t.d
 RUN: %clang_profgen_gcc=%t.d/d1/d2 -o %t.d/code %S/Inputs/gcc-flag-compatibility.c
 




More information about the llvm-commits mailing list