diff options
author | Andreas Neustifter <astifter-llvm@gmx.at> | 2009-08-28 10:38:26 +0000 |
---|---|---|
committer | Andreas Neustifter <astifter-llvm@gmx.at> | 2009-08-28 10:38:26 +0000 |
commit | 1896727eae31b0c2a4db43359293a2542b47036e (patch) | |
tree | 1bc286eec407bc73beb77ea41a1b2ee61b13f41c /test | |
parent | cf4f7199c9ce5ea89d07666f4316192cd6b68551 (diff) |
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
Diffstat (limited to 'test')
-rw-r--r-- | test/Analysis/Profiling/profiling-tool-chain.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Analysis/Profiling/profiling-tool-chain.ll b/test/Analysis/Profiling/profiling-tool-chain.ll index 0613d3a039..743c466923 100644 --- a/test/Analysis/Profiling/profiling-tool-chain.ll +++ b/test/Analysis/Profiling/profiling-tool-chain.ll @@ -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 |