[lldb-dap] Ensure the IO forwarding threads are managed by the DAP object lifecycle...
[llvm-project.git] / llvm / test / MC / ARM / directive-thumb_func.s
blob8aef5fbd4622310fc2dde1ab838cef19c2460103
1 @ RUN: not llvm-mc -triple armv7-eabi -filetype asm -o /dev/null %s 2>&1 \
2 @ RUN: | FileCheck %s -check-prefix CHECK-EABI
4 @ NOTE: this test ensures that both forms are accepted for MachO
5 @ RUN: llvm-mc -triple armv7-darwin -filetype asm -o /dev/null %s
7 .syntax unified
9 .thumb_func
10 no_suffix:
11 bx lr
13 // CHECK-EABI: :[[#@LINE+3]]:14: error: expected newline
14 // CHECK-EABI: .thumb_func suffix
15 // CHECK-EABI: ^
16 .thumb_func suffix
17 suffix:
18 bx lr
21 // CHECK-EABI-NOT: error: invalid instruction