Files
clang-p2996/llvm/test/tools/llvm-remarkutil/count/group-by-function.test
Fangrui Song 0603737ac0 [llvm-remarkutil] Fix issues after #66214 and its fixups
Don't use reserved identifier (_GroupBy)
Fix GCC 7.4/7.5 builds (return Filter => return std::move(Filter))
Remove trailing spaces
2023-10-14 12:06:59 -07:00

8 lines
190 B
Plaintext

RUN: llvm-remarkutil count --parser=yaml --group-by=function %p/Inputs/remark-group-by.yaml | FileCheck %s
; CHECK-LABEL: Function,Count
; CHECK: func1,3
; CHECK: func2,2
; CHECK: func3,1