[mips][microMIPS] Add microMIPS32r6 and microMIPS64r6 tests for existing 16-bit LBU16...
[oota-llvm.git] / test / MC / COFF / initialised-data.ll
1 ; RUN: llc -mtriple i686-windows %s -o - | FileCheck %s
2 ; RUN: llc -mtriple x86_64-windows %s -o - | FileCheck %s
3
4 @data = dllexport constant [5 x i8] c"data\00", align 1
5
6 ; CHECK: .section       .rdata,"dr"
7