diff options
author | Torok Edwin <edwintorok@gmail.com> | 2009-08-28 13:35:44 +0000 |
---|---|---|
committer | Torok Edwin <edwintorok@gmail.com> | 2009-08-28 13:35:44 +0000 |
commit | 483691a185c5a27e2d05779212585ac85ede27c7 (patch) | |
tree | 8233554a85b4568a7bea5fae257d3c537af40761 | |
parent | 87219596423f920642c624c872d6d2fb78b8140d (diff) | |
download | bcm5719-llvm-483691a185c5a27e2d05779212585ac85ede27c7.tar.gz bcm5719-llvm-483691a185c5a27e2d05779212585ac85ede27c7.zip |
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
-rw-r--r-- | llvm/test/Analysis/Profiling/profiling-tool-chain.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Analysis/Profiling/profiling-tool-chain.ll b/llvm/test/Analysis/Profiling/profiling-tool-chain.ll index 743c4669232..e7924fc195c 100644 --- a/llvm/test/Analysis/Profiling/profiling-tool-chain.ll +++ b/llvm/test/Analysis/Profiling/profiling-tool-chain.ll @@ -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 |