From: Sean Silva Date: Mon, 28 Mar 2016 19:34:22 +0000 (+0000) Subject: [libprofile] Make this test not depend on previous runs. X-Git-Tag: llvmorg-3.9.0-rc1~10717 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7434e1d01f4d0b07ea2073c3b9dcdaa35b505805;p=platform%2Fupstream%2Fllvm.git [libprofile] Make this test not depend on previous runs. llvm-svn: 264626 --- diff --git a/compiler-rt/test/profile/gcc-flag-compatibility.test b/compiler-rt/test/profile/gcc-flag-compatibility.test index 8e8b55d..b108761 100644 --- a/compiler-rt/test/profile/gcc-flag-compatibility.test +++ b/compiler-rt/test/profile/gcc-flag-compatibility.test @@ -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