diff options
Diffstat (limited to 'test/MC/ARM/arm-thumb-cpus.s')
-rw-r--r-- | test/MC/ARM/arm-thumb-cpus.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/MC/ARM/arm-thumb-cpus.s b/test/MC/ARM/arm-thumb-cpus.s index 9005c7f..459b5c5 100644 --- a/test/MC/ARM/arm-thumb-cpus.s +++ b/test/MC/ARM/arm-thumb-cpus.s @@ -16,6 +16,9 @@ @ RUN: not llvm-mc -show-encoding -triple=armv6m-eabi < %s 2>&1 \ @ RUN: | FileCheck %s --check-prefix=CHECK-THUMB-ONLY +@ RUN: not llvm-mc -show-encoding -triple=armv6sm-eabi < %s 2>&1 \ +@ RUN: | FileCheck %s --check-prefix=CHECK-THUMB-ONLY + @ Make sure correct diagnostics are given for CPUs without support for @ one or other of the execution states. .thumb |