aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/tools/llvm-remarkutil/count/group-by-function.test
blob: 67643089d41030c2e0b08c09660787e9590a45b1 (plain)
1
2
3
4
5
6
7

RUN: llvm-remarkutil count --parser=yaml --group-by=function %p/Inputs/remark-group-by.yaml | FileCheck %s

; CHECK-LABEL: Function,Count
; CHECK: func1,3
; CHECK: func2,2
; CHECK: func3,1