18 lines · plain
1// RUN: not llvm-mc -o - -triple arm-gnueabi-freebsd11.0 < %s > %t 2> %t22// RUN: FileCheck %s < %t3// RUN: FileCheck %s --check-prefix=CHECK-ERROR < %t24 5// CHECK: .cpu cortex-a86.cpu cortex-a87// CHECK: dsb sy8dsb9.cpu arm9 10// CHECK-ERROR: error: instruction requires: data-barriers11dsb12// CHECK-ERROR: error: Unknown CPU name13.cpu foobar14// CHECK: .cpu cortex-m315.cpu cortex-m316// CHECK: sub sp, #1617sub sp,#1618