mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-21 11:10:12 +00:00
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. llvm-svn: 80362
This commit is contained in:
parent
c11b0d7108
commit
b9c2b743ea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user