[gn] port afa8aeeeec (RISCVGenExegesis.inc)
[llvm-project.git] / llvm / test / tools / llvm-remarkutil / count / group-by-function-with-loc.test
blob2ceb45b38f29f6e3c24a6afc1f8814625580a691
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