forked from OSchip/llvm-project
Remove profiling output file because two consecutive runs of make check give
error. llvm-svn: 80357
This commit is contained in:
parent
d8e04ab883
commit
ed3a6bedca
|
|
@ -5,6 +5,7 @@
|
|||
; 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
|
||||
; RUN: rm llvmprof.out
|
||||
|
||||
; PROF: 1. 2/4 oneblock
|
||||
; PROF: 2. 2/4 main
|
||||
|
|
|
|||
Loading…
Reference in New Issue