diff options
author | Torok Edwin <edwintorok@gmail.com> | 2009-08-28 14:05:07 +0000 |
---|---|---|
committer | Torok Edwin <edwintorok@gmail.com> | 2009-08-28 14:05:07 +0000 |
commit | 1cb2de318883ddf3c06a6f644b0f99ec9be66b08 (patch) | |
tree | 1051f2af20c04ee1611df50460e9edf13ce59352 /test/Analysis/Profiling | |
parent | 0debb15baf37b390baae7235efca2cd4b904507b (diff) | |
download | external_llvm-1cb2de318883ddf3c06a6f644b0f99ec9be66b08.zip external_llvm-1cb2de318883ddf3c06a6f644b0f99ec9be66b08.tar.gz external_llvm-1cb2de318883ddf3c06a6f644b0f99ec9be66b08.tar.bz2 |
rm needs -f
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80363 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/Profiling')
-rw-r--r-- | test/Analysis/Profiling/profiling-tool-chain.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/Profiling/profiling-tool-chain.ll b/test/Analysis/Profiling/profiling-tool-chain.ll index e7924fc..0ddc11d 100644 --- a/test/Analysis/Profiling/profiling-tool-chain.ll +++ b/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: rm -f 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 |