repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Better OR's for MVE compares
[llvm-core.git]
/
test
/
MC
/
COFF
/
initialised-data.ll
blob
a2faac748567ce7fb2c83b7dc4a4c4113eee5997
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