summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis
diff options
context:
space:
mode:
authorTorok Edwin <edwintorok@gmail.com>2009-08-28 14:05:07 +0000
committerTorok Edwin <edwintorok@gmail.com>2009-08-28 14:05:07 +0000
commite8a5863c3f56ae3ab261598c788d94b56c977dcb (patch)
tree182cca76346daead1b3a1ab3cfeb7219a1d8a1a7 /llvm/test/Analysis
parent483691a185c5a27e2d05779212585ac85ede27c7 (diff)
downloadbcm5719-llvm-e8a5863c3f56ae3ab261598c788d94b56c977dcb.tar.gz
bcm5719-llvm-e8a5863c3f56ae3ab261598c788d94b56c977dcb.zip
rm needs -f
llvm-svn: 80363
Diffstat (limited to 'llvm/test/Analysis')
-rw-r--r--llvm/test/Analysis/Profiling/profiling-tool-chain.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Analysis/Profiling/profiling-tool-chain.ll b/llvm/test/Analysis/Profiling/profiling-tool-chain.ll
index e7924fc195c..0ddc11debca 100644
--- a/llvm/test/Analysis/Profiling/profiling-tool-chain.ll
+++ b/llvm/test/Analysis/Profiling/profiling-tool-chain.ll
@@ -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
OpenPOWER on IntegriCloud