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

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