xref: /llvm-project/llvm/test/tools/llvm-remarkutil/count/group-by-function-with-loc.test (revision 31c2cf1136179da2bd179d28ea632bd73f5c0ea9)
1*31c2cf11SZain JaffalRUN: llvm-remarkutil count --parser=yaml --group-by=function-with-loc %p/Inputs/remark-group-by.yaml | FileCheck %s
2*31c2cf11SZain Jaffal
3*31c2cf11SZain Jaffal; CHECK-LABEL: FuctionWithDebugLoc,Count
4*31c2cf11SZain Jaffal; CHECK: path/to/anno.c:func1,2
5*31c2cf11SZain Jaffal; CHECK: path/to/anno.c:func2,2
6*31c2cf11SZain Jaffal; CHECK: path/to/anno2.c:func3,1
7*31c2cf11SZain Jaffal; CHECK: path/to/anno3.c:func1,1
8