1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/test/MC/Hexagon/gprel-shflag.s
2018-11-09 14:17:27 +00:00

11 lines
252 B
ArmAsm

# 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