blob: 6a8a9a027b69175cd5a04c3c9b13955dd0f5ab5c (
plain)
1
2
3
4
5
6
7
8
9
10
|
# RUN: llvm-mc -arch=hexagon -filetype=asm %s | FileCheck %s
# Make sure the assembler can parse and print the "s" flag for Hexaon's
# small-data section.
# CHECK: .section .sdata,"aws",@progbits
.section ".sdata", "aws", @progbits
var:
.word 0
|