[llvm-commits] [llvm] r80363 - /llvm/trunk/test/Analysis/Profiling/profiling-tool-chain.ll
Torok Edwin
edwintorok at gmail.com
Fri Aug 28 07:05:08 PDT 2009
Author: edwin
Date: Fri Aug 28 09:05:07 2009
New Revision: 80363
URL: http://llvm.org/viewvc/llvm-project?rev=80363&view=rev
Log:
rm needs -f
Modified:
llvm/trunk/test/Analysis/Profiling/profiling-tool-chain.ll
Modified: llvm/trunk/test/Analysis/Profiling/profiling-tool-chain.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/Profiling/profiling-tool-chain.ll?rev=80363&r1=80362&r2=80363&view=diff
==============================================================================
--- llvm/trunk/test/Analysis/Profiling/profiling-tool-chain.ll (original)
+++ llvm/trunk/test/Analysis/Profiling/profiling-tool-chain.ll Fri Aug 28 09:05:07 2009
@@ -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
More information about the llvm-commits
mailing list