aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/Profiling/profiling-tool-chain.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/Profiling/profiling-tool-chain.ll')
-rw-r--r--test/Analysis/Profiling/profiling-tool-chain.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/Profiling/profiling-tool-chain.ll b/test/Analysis/Profiling/profiling-tool-chain.ll
index e7924fc..0ddc11d 100644
--- a/test/Analysis/Profiling/profiling-tool-chain.ll
+++ b/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