summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/sdata-explicit-section.ll
blob: 807474f43826c2f1dea24e9fe7eebc6bc7c85bab (plain)
1
2
3
4
5
6
; RUN: llc -march=hexagon -hexagon-small-data-threshold=0 < %s | FileCheck %s
; RUN: llc -march=hexagon -relocation-model=pic < %s | FileCheck %s

; CHECK: .section .sdata.4,"aws",@progbits
@g0 = global i32 zeroinitializer, section ".sdata"

OpenPOWER on IntegriCloud