brintos

brintos / llvm-project-archived public Read only

0
0
Text · 399 B · 13d1db7 Raw
16 lines · plain
1# RUN: llvm-mc -filetype=obj -assemble \2# RUN: -triple=aarch64- %s -o - \3# RUN: | llvm-readobj -S --symbols - | FileCheck %s4# CHECK:     Name: $d ({{[1-9][0-9]+}})5# 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