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
[memprof] Remove an unused using directive (#117004)
[llvm-project.git]
/
lld
/
test
/
ELF
/
i386-reloc-8-large-addend.s
blob
61d6380408472c91677833b082333b8b38cf2c9b
1
# REQUIRES: x86
2
# RUN: llvm-mc -filetype=obj -triple=i386-pc-linux %s -o %t
3
# RUN: ld.lld -Ttext 0x7c %t -o %t2
4
# RUN: llvm-objdump -s %t2 | FileCheck %s
5
6
# CHECK: Contents of section .text:
7
# CHECK-NEXT: 007c b4ff
8
9
.code16
10
.global _start
11
_start
:
12
movb $_start+
0x83
,%
ah