[Orc] Remote the <unistd> include introduced in r257305 - it's not needed, and
[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