20 lines · plain
1@ RUN: not llvm-mc -triple thumbv6m-eabi %s 2>&1 | FileCheck %s2 3 .syntax unified4 .text5 .thumb6 7undefined:8 udfpl9 10@ CHECK: error: conditional execution not supported in Thumb111@ CHECK: udfpl12@ CHECK: ^13 14 udf #25615 16@ CHECK: error: operand must be an immediate in the range [0,255]17@ CHECK: udf #25618@ CHECK: ^19 20