summaryrefslogtreecommitdiff
path: root/test/Analysis/Profiling
diff options
context:
space:
mode:
authorTorok Edwin <edwintorok@gmail.com>2009-08-28 13:35:44 +0000
committerTorok Edwin <edwintorok@gmail.com>2009-08-28 13:35:44 +0000
commit0debb15baf37b390baae7235efca2cd4b904507b (patch)
treeb42c4b3e599ee4b8f66a97005b1f66df417e3c5c /test/Analysis/Profiling
parent6ef116d9dc29990b44939bad37458bf9d7f6846f (diff)
downloadllvm-0debb15baf37b390baae7235efca2cd4b904507b.tar.gz
llvm-0debb15baf37b390baae7235efca2cd4b904507b.tar.bz2
llvm-0debb15baf37b390baae7235efca2cd4b904507b.tar.xz
Remove the llvmprof.out from the test output, otherwise running
make check in a non-clean directory causes it to fail (for example when running make check twice), since execution counts will differ. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80362 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/Profiling')
-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 743c466923..e7924fc195 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: 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