aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/tools/llvm-remarkutil/broken-yaml-remark.test
blob: 464d0b80c4ad08d2498d5ddb8a2bdad1253b9f5c (plain)
1
2
3
4
5
6
7
RUN: not llvm-remarkutil yaml2bitstream %p/Inputs/broken-remark -o - 2>&1 | FileCheck %s
RUN: not llvm-remarkutil instruction-count --parser=yaml %p/Inputs/broken-remark -o - 2>&1 | FileCheck %s
RUN: not llvm-remarkutil instruction-mix --parser=yaml %p/Inputs/broken-remark -o - 2>&1 | FileCheck %s
RUN: not llvm-remarkutil annotation-count --parser=yaml --annotation-type=remark %p/Inputs/broken-remark -o - 2>&1 | FileCheck %s
RUN: not llvm-remarkutil count --parser=yaml %p/Inputs/broken-remark -o - 2>&1 | FileCheck %s

CHECK: error: Type, Pass, Name or Function missing