8 lines · plain
1RUN: llvm-remarkutil count --parser=yaml --group-by=function-with-loc %p/Inputs/remark-group-by.yaml | FileCheck %s2 3; CHECK-LABEL: FuctionWithDebugLoc,Count4; CHECK: path/to/anno.c:func1,25; CHECK: path/to/anno.c:func2,26; CHECK: path/to/anno2.c:func3,17; CHECK: path/to/anno3.c:func1,18