mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
3d21f8f110
This is dependent on changes that are not fully ready to be merged yet (WoA object file emission). The test can be re-enabled for that target later. llvm-svn: 207038
8 lines
203 B
LLVM
8 lines
203 B
LLVM
; 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"
|
|
|