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