rm needs -f
authorTorok Edwin <edwintorok@gmail.com>
Fri, 28 Aug 2009 14:05:07 +0000 (14:05 +0000)
committerTorok Edwin <edwintorok@gmail.com>
Fri, 28 Aug 2009 14:05:07 +0000 (14:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80363 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/Profiling/profiling-tool-chain.ll

index e7924fc195c94de59816b5083edaebe77dadd49c..0ddc11debca8e84d1f25a7526f1907308bd75bbb 100644 (file)
@@ -1,7 +1,7 @@
 ; RUN: llvm-as %s -o %t1
 ; RUN: opt %t1 -insert-edge-profiling -o %t2
 ; RUN: llvm-dis < %t2 | FileCheck --check-prefix=INST %s
-; RUN: rm llvmprof.out
+; RUN: rm -f llvmprof.out
 ; RUN: lli -load %llvmlibsdir/profile_rt%shlibext %t2
 ; RUN: lli -load %llvmlibsdir/profile_rt%shlibext %t2 1 2
 ; RUN: llvm-prof -print-all-code %t1 | FileCheck --check-prefix=PROF %s