2014-04-23 23:29:34 +02:00
|
|
|
; 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
|
|
|
|
|
2015-02-07 09:26:40 +01:00
|
|
|
; CHECK: .section .rdata,"dr"
|
2014-04-23 23:29:34 +02:00
|
|
|
|