llvm-6502/test/MC/COFF/initialised-data.ll

8 lines
203 B
LLVM
Raw Normal View History

; 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"