aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/COFF/initialised-data.ll
blob: c4284696b8cabdc5869b29b94038f7cee26d6747 (plain)
1
2
3
4
5
6
7
; RUN: llc -mtriple i686-windows %s -o - | FileCheck %s
; RUN: llc -mtriple x86_64-windows %s -o - | FileCheck %s

@data = dllexport constant [5 x i8] c"data\00", align 1

; CHECK: .section	.rdata,"rd"