You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
; 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,"dr"
|
|
|