xref: /llvm-project/llvm/test/tools/llvm-remarkutil/count/group-by-function.test (revision 0603737ac0f73ff33326d0274b3152cc5a81e1ec)
1*31c2cf11SZain Jaffal
2*31c2cf11SZain JaffalRUN: llvm-remarkutil count --parser=yaml --group-by=function %p/Inputs/remark-group-by.yaml | FileCheck %s
3*31c2cf11SZain Jaffal
4*31c2cf11SZain Jaffal; CHECK-LABEL: Function,Count
5*31c2cf11SZain Jaffal; CHECK: func1,3
6*31c2cf11SZain Jaffal; CHECK: func2,2
7*31c2cf11SZain Jaffal; CHECK: func3,1
8