summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ARM/CheckDataSymbol.s
blob: 14ea92a943a1e37acdfd5957d93f9a78d5ef8270 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# RUN: llvm-mc -filetype=obj -assemble \
# RUN: -triple=arm-arm-none-eabi -mcpu=cortex-a9 %s -o - \
# RUN: | llvm-readobj -S --symbols - | FileCheck %s
# CHECK:     Name: $d.1 ({{[1-9][0-9]+}})
# CHECK-NEXT:     Value: 0x4
# CHECK-NEXT:     Size: 0
# CHECK-NEXT:     Binding: Local (0x0)
# CHECK-NEXT:     Type: None (0x0)
# CHECK-NEXT:     Other: 0
# CHECK-NEXT:     Section: .text (0x2)
# CHECK-NEXT:   }

.text
nop
.zero 4
OpenPOWER on IntegriCloud