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