2014-04-24 05:29:34 +08: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 16:26:40 +08:00
|
|
|
; CHECK: .section .rdata,"dr"
|
2014-04-24 05:29:34 +08:00
|
|
|
|