1@ RUN: not llvm-mc -triple thumbv6m-none-macho -filetype=obj -o /dev/null %s 2>&1 | FileCheck --check-prefix=CHECK-ERROR %s 2@ RUN: not llvm-mc -triple thumbv7m-none-macho -filetype=obj -o /dev/null %s 2>&1 | FileCheck --check-prefix=CHECK-ERROR %s 3 4 .global func1 5_func1: 6 adr r0, _func2 7@ CHECK-ERROR: :[[#@LINE-1]]:9: error: unsupported relocation type 8