xref: /llvm-project/llvm/test/CodeGen/Hexagon/sdata-explicit-section.ll (revision 2208c97c1bec2512d4e47b6223db6d95a7037956)
1; RUN: llc -mtriple=hexagon -hexagon-small-data-threshold=0 < %s | FileCheck %s
2; RUN: llc -mtriple=hexagon -relocation-model=pic < %s | FileCheck %s
3
4; CHECK: .section .sdata.4,"aws",@progbits
5@g0 = global i32 zeroinitializer, section ".sdata"
6
7