Remove profiling output file because two consecutive runs of make check give

error.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80357 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andreas Neustifter 2009-08-28 10:38:26 +00:00
parent cf4f7199c9
commit 1896727eae

View File

@ -5,6 +5,7 @@
; RUN: lli -load %llvmlibsdir/profile_rt%shlibext %t2 ; RUN: lli -load %llvmlibsdir/profile_rt%shlibext %t2
; RUN: lli -load %llvmlibsdir/profile_rt%shlibext %t2 1 2 ; RUN: lli -load %llvmlibsdir/profile_rt%shlibext %t2 1 2
; RUN: llvm-prof -print-all-code %t1 | FileCheck --check-prefix=PROF %s ; RUN: llvm-prof -print-all-code %t1 | FileCheck --check-prefix=PROF %s
; RUN: rm llvmprof.out
; PROF: 1. 2/4 oneblock ; PROF: 1. 2/4 oneblock
; PROF: 2. 2/4 main ; PROF: 2. 2/4 main