This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
11db2642fb
llvm-project
/
lld
/
test
/
ELF
/
Inputs
/
allow-shlib-undefined.s
4 lines
48 B
ArmAsm
Raw
Normal View
History
Unescape
Escape
[ELF2] Implement --allow-shlib-undefined as default behavior. We ignore --{no,}allow-shlib-undefined options and always allow undefined symbols if we are building a DSO. llvm-svn: 249036
2015-10-02 01:24:24 +08:00
.globl
_shared
Remove trailing whitespaces. llvm-svn: 249037
2015-10-02 01:33:36 +08:00
_shared
:
[ELF] - Error out when R_X86_64_PC32/R_X86_64_32 are used against preemptible symbol when linking shared object. When R_X86_64_PC32/R_X86_64_32 relocations are used against preemptible symbol and output is position independent, error should be generated. Differential revision: http://reviews.llvm.org/D18190 llvm-svn: 264707
2016-03-29 16:35:42 +08:00
callq
_
u
n
r
e
s
o
l
v
e
d
@PLT