variant-diagnostics.s 291 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 @ RUN: not llvm-mc -triple armv7-linux-eabi -filetype asm -o /dev/null 2>&1 %s \ @ RUN: | FileCheck %s .arch armv7 .type invalid_variant,%function invalid_variant: bx target(invalid) @ CHECK: error: invalid variant 'invalid' @ CHECK: bx target(invalid) @ CHECK: ^