Add missing new line for `llvm/docs/CommandGuide/llvm-remarkutil.rst`
This reverts commit 0f7fcb4c67.
8 lines
368 B
Plaintext
8 lines
368 B
Plaintext
RUN: llvm-remarkutil annotation-count --parser=yaml --annotation-type=remark %p/Inputs/annotation-count.yaml | FileCheck %s
|
|
RUN: llvm-remarkutil yaml2bitstream %p/Inputs/annotation-count.yaml | llvm-remarkutil annotation-count --parser=bitstream --annotation-type=remark | FileCheck %s
|
|
|
|
; CHECK-LABEL: Function,Count
|
|
; CHECK: func1,1
|
|
; CHECK: func2,2
|
|
; CHECK: func3,3
|