summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/initialised-data.ll
blob: 9f428bc3fdbf6408c4dbf9afce071c8f11e38998 (plain)
1
2
3
4
5
6
7
8
; RUN: llc -mtriple i686-windows %s -o - | FileCheck %s
; RUN: llc -mtriple x86_64-windows %s -o - | FileCheck %s
; RUN: llc -mtriple thumbv7-windows %s -o - | FileCheck %s

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

; CHECK: .section	.rdata,"rd"