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
/
x86-64-reloc-tpoff32-error.s
blob
10cb3ab5f3fcd00d244a17bf5922f5c53f83771a
1
//
REQUIRES
:
x86
2
//
RUN
:
llvm-mc
-
filetype
=
obj
-
triple
=
x86_64
%
s
-
o
%
t
3
//
RUN
:
not
ld.lld
%
t
-
o
/
dev
/
null
2
>&
1
| FileCheck
%
s
4
//
CHECK
:
R_X86_64_TPOFF32 out of range
5
6
.global _start
7
_start
:
8
movl
%
fs
:
a
@tpoff
, %
eax
9
.global a
10
.section .tbss,
"awT"
,@nobits
11
a
:
12
.zero 0x80000001