[llvm-commits] [llvm] r80357 - /llvm/trunk/test/Analysis/Profiling/profiling-tool-chain.ll
Andreas Neustifter
astifter at gmx.at
Fri Aug 28 03:38:26 PDT 2009
Author: astifter
Date: Fri Aug 28 05:38:26 2009
New Revision: 80357
URL: http://llvm.org/viewvc/llvm-project?rev=80357&view=rev
Log:
Remove profiling output file because two consecutive runs of make check give
error.
Modified:
llvm/trunk/test/Analysis/Profiling/profiling-tool-chain.ll
Modified: llvm/trunk/test/Analysis/Profiling/profiling-tool-chain.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/Profiling/profiling-tool-chain.ll?rev=80357&r1=80356&r2=80357&view=diff
==============================================================================
--- llvm/trunk/test/Analysis/Profiling/profiling-tool-chain.ll (original)
+++ llvm/trunk/test/Analysis/Profiling/profiling-tool-chain.ll Fri Aug 28 05:38:26 2009
@@ -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
More information about the llvm-commits
mailing list