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

6 lines
214 B
Text

RUN: llvm-remarkutil count --parser=yaml --group-by=source %p/Inputs/remark-group-by.yaml | FileCheck %s
; CHECK-LABEL: Source,Count
; CHECK: path/to/anno.c,4
; CHECK: path/to/anno2.c,1
; CHECK: path/to/anno3.c,1