brintos

brintos / llvm-project-archived public Read only

0
0
Text · 406 B · ec421f5 Raw
16 lines · plain
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 %s4# CHECK:     Name: $d5# CHECK-NEXT:     Value: 0x46# CHECK-NEXT:     Size: 07# CHECK-NEXT:     Binding: Local (0x0)8# CHECK-NEXT:     Type: None (0x0)9# CHECK-NEXT:     Other: 010# CHECK-NEXT:     Section: .text (0x2)11# CHECK-NEXT:   }12 13.text14nop15.zero 416