14 lines · plain
1# RUN: not llvm-mc -triple riscv32 -filetype obj -mattr=+xandesperf < %s -o /dev/null 2>&1 | FileCheck %s2 3 nds.bbc t0, 7, far_distant # CHECK: :[[@LINE]]:18: error: fixup value out of range4 nds.bbc t0, 7, unaligned # CHECK: :[[@LINE]]:18: error: fixup value must be 2-byte aligned5 6 .byte 07unaligned:8 .byte 09 .byte 010 .byte 011 12 .space 1<<1013far_distant:14