From 1896727eae31b0c2a4db43359293a2542b47036e Mon Sep 17 00:00:00 2001 From: Andreas Neustifter Date: Fri, 28 Aug 2009 10:38:26 +0000 Subject: 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 --- test/Analysis/Profiling/profiling-tool-chain.ll | 1 + 1 file changed, 1 insertion(+) (limited to 'test/Analysis') diff --git a/test/Analysis/Profiling/profiling-tool-chain.ll b/test/Analysis/Profiling/profiling-tool-chain.ll index 0613d3a..743c466 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 -- cgit v1.1