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
/
X86
/
reloc-bss.s
blob
3cf26d8b28e5599a16b87b1a833eb68dcff83892
1
# RUN: not llvm-mc -filetype=obj -triple=x86_64-linux-gnu %s 2>&1 | FileCheck %s
2
# CHECK: LLVM ERROR: cannot have fixups in virtual section!
3
4
.section .init_array,
"awT"
,@nobits
5
6
.hidden patatino
7
.globl patatino
8
patatino
:
9
movl __init_array_start
, %
eax