brintos

brintos / llvm-project-archived public Read only

0
0
Text · 254 B · 2d27bc7 Raw
11 lines · plain
1# RUN: llvm-mc -triple=hexagon -filetype=asm %s | FileCheck %s2 3# Make sure the assembler can parse and print the "s" flag for Hexaon's4# small-data section.5# CHECK: .section .sdata,"aws",@progbits6 7  .section ".sdata", "aws", @progbits8var:9  .word 010 11