]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r338682: lld: add -z interpose support
authoremaste <emaste@FreeBSD.org>
Tue, 2 Oct 2018 22:51:24 +0000 (22:51 +0000)
committeremaste <emaste@FreeBSD.org>
Tue, 2 Oct 2018 22:51:24 +0000 (22:51 +0000)
commit7cfff19f2f6c7a0447ec946ca9d05e8d95e21106
tree2c7193ef602673c2cdc315b8ff2dd8e036a956f2
parent697877a7dd246ce44d6a8671346934f3c3d80248
MFC r338682: lld: add -z interpose support

-z interpose sets the DF_1_INTERPOSE flag, marking the object as an
interposer.

PR: 230604
Relnotes: Yes
Sponsored by: The FreeBSD Foundation
contrib/llvm/tools/lld/ELF/Config.h
contrib/llvm/tools/lld/ELF/Driver.cpp
contrib/llvm/tools/lld/ELF/SyntheticSections.cpp
usr.bin/clang/lld/ld.lld.1