[llvm-commits] [llvm] r80362 - /llvm/trunk/test/Analysis/Profiling/profiling-tool-chain.ll

Torok Edwin edwintorok at gmail.com
Fri Aug 28 06:35:44 PDT 2009


Author: edwin
Date: Fri Aug 28 08:35:44 2009
New Revision: 80362

URL: http://llvm.org/viewvc/llvm-project?rev=80362&view=rev
Log:
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.

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=80362&r1=80361&r2=80362&view=diff

==============================================================================
--- llvm/trunk/test/Analysis/Profiling/profiling-tool-chain.ll (original)
+++ llvm/trunk/test/Analysis/Profiling/profiling-tool-chain.ll Fri Aug 28 08:35:44 2009
@@ -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





More information about the llvm-commits mailing list