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
/
relax-reloc.s
blob
38e0f0cda57d531592be35cddf8a8246123504b7
1
//
RUN
:
llvm-mc
%
s
-
o
%
t
-
filetype
=
obj
-
triple
=
x86_64-pc-win32
2
3
//
Don
't crash trying to create relaxable relocations on COFF.
4
5
movl bar(%eax), %ebx
6
add bar(%rip), %rax
7
call *bar(%rip)