diff options
| author | Xinliang David Li <davidxl@google.com> | 2016-06-05 05:12:23 +0000 |
|---|---|---|
| committer | Xinliang David Li <davidxl@google.com> | 2016-06-05 05:12:23 +0000 |
| commit | 64dbb295b69aaf9ac9fbeab7ebf56ea84d87b19d (patch) | |
| tree | 0b45dc30bd0d8e4be42b49cd4a20985ec3c07101 /llvm/test/Transforms/GCOVProfiling/function-numbering.ll | |
| parent | fb3137c3b3263ce785a442ce35a117c88f98c428 (diff) | |
| download | bcm5719-llvm-64dbb295b69aaf9ac9fbeab7ebf56ea84d87b19d.tar.gz bcm5719-llvm-64dbb295b69aaf9ac9fbeab7ebf56ea84d87b19d.zip | |
[PM] Port GCOVProfiler pass to the new pass manager
llvm-svn: 271823
Diffstat (limited to 'llvm/test/Transforms/GCOVProfiling/function-numbering.ll')
| -rw-r--r-- | llvm/test/Transforms/GCOVProfiling/function-numbering.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/Transforms/GCOVProfiling/function-numbering.ll b/llvm/test/Transforms/GCOVProfiling/function-numbering.ll index f66ce243ac3..6f10fd23cb0 100644 --- a/llvm/test/Transforms/GCOVProfiling/function-numbering.ll +++ b/llvm/test/Transforms/GCOVProfiling/function-numbering.ll @@ -7,6 +7,10 @@ ; RUN: opt -insert-gcov-profiling -S < %t2 | FileCheck --check-prefix GCDA %s ; RUN: llvm-cov gcov -n -dump %T/function-numbering.gcno 2>&1 | FileCheck --check-prefix GCNO %s +; RUNN: rm %T/function-numbering.gcno + +; RUN: opt -passes=insert-gcov-profiling -S < %t2 | FileCheck --check-prefix GCDA %s +; RUN: llvm-cov gcov -n -dump %T/function-numbering.gcno 2>&1 | FileCheck --check-prefix GCNO %s target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-apple-macosx10.10.0" |

