bolt/deps/llvm-18.1.8/llvm/test/tools/llvm-remarkutil/count/group-by-function-with-loc.test
2025-02-14 19:21:04 +01:00

7 lines
288 B
Text

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