[lldb-dap] Ensure the IO forwarding threads are managed by the DAP object lifecycle...
[llvm-project.git] / llvm / test / MC / ARM / CheckDataSymbol.s
blobec421f51395afe479bfec6c893c7fa7072c0408d
1 # RUN: llvm-mc -filetype=obj -assemble \
2 # RUN: -triple=arm-arm-none-eabi -mcpu=cortex-a9 %s -o - \
3 # RUN: | llvm-readobj -S --symbols - | FileCheck %s
4 # CHECK: Name: $d
5 # CHECK-NEXT: Value: 0x4
6 # CHECK-NEXT: Size: 0
7 # CHECK-NEXT: Binding: Local (0x0)
8 # CHECK-NEXT: Type: None (0x0)
9 # CHECK-NEXT: Other: 0
10 # CHECK-NEXT: Section: .text (0x2)
11 # CHECK-NEXT: }
13 .text
14 nop
15 .zero 4