repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git]
/
llvm
/
test
/
MC
/
COFF
/
section-comdat-conflict.s
blob
2710b76be565f4e6d38372ba5a209fb174cc858a
1
//
RUN
:
not
--
crash 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