Sign in
llvm
/
lld
/
refs/heads/release_38
/
.
/
test
/
ELF
/
relocation-past-merge-end.s
blob: 4dadea1e7acd5063402f283fe269d8f94b93e7ca [
file
] [
log
] [
blame
]
//
REQUIRES
:
x86
//
RUN
:
llvm
-
mc
%s -o %
t.o
-
filetype
=
obj
-
triple
=
x86_64
-
pc
-
linux
//
RUN
:
not ld.lld
%t.o -o %
t.so
-
shared
2
>&
1
|
FileCheck %s
//
CHECK
:
Entry is past the end of the section
.long .foo
+
1
.section .foo
,
"aM"
,@
progbits
,
4