xref: /llvm-project/llvm/test/tools/llvm-remarkutil/count/group-by-function-with-loc.test (revision 31c2cf1136179da2bd179d28ea632bd73f5c0ea9)
1RUN: llvm-remarkutil count --parser=yaml --group-by=function-with-loc %p/Inputs/remark-group-by.yaml | FileCheck %s
2
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
8