1 RUN: llvm-remarkutil count --parser=yaml --group-by=function-with-loc %p/Inputs/remark-group-by.yaml | FileCheck %s
3 ; CHECK-LABEL: FuctionWithDebugLoc,Count
4 ; CHECK: path/to/anno.c:func1,2
5 ; CHECK: path/to/anno.c:func2,2
6 ; CHECK: path/to/anno2.c:func3,1
7 ; CHECK: path/to/anno3.c:func1,1