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
/
section-comdat-conflict.s
blob
7ed452a5cdcb4289fbdb405acf4a380413fe724a
1
//
RUN
:
not
llvm-mc
-
triple i386-pc-win32
-
filetype
=
obj
< %
s
2
>&
1
| FileCheck
%
s
2
3
//
CHECK
:
conflicting sections for symbol
4
5
.section .xyz
6
.global bar
7
bar
:
8
.long 42
9
10
.section .abcd,
"xr"
,discard,bar
11
.global foo
12
foo
:
13
.long 42