[lldb-dap] Ensure the IO forwarding threads are managed by the DAP object lifecycle...
[llvm-project.git] / llvm / test / MC / RISCV / rv32zbc-invalid.s
blob044bf46307b025f286ef202108e18841f8e58daf
1 # RUN: not llvm-mc -triple riscv32 -mattr=+zbc < %s 2>&1 | FileCheck %s
3 # Too few operands
4 clmul t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction
5 # Too few operands
6 clmulr t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction
7 # Too few operands
8 clmulh t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction