[all-commits] [llvm/llvm-project] fffd05: [ELF] Add -z start-stop-visibility= to set __start...
Petr Hosek via All-commits
all-commits at lists.llvm.org
Tue Jun 23 16:00:29 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fffd05d52526e0718acf23b4dd34f200e2c79f67
https://github.com/llvm/llvm-project/commit/fffd05d52526e0718acf23b4dd34f200e2c79f67
Author: Petr Hosek <phosek at google.com>
Date: 2020-06-23 (Tue, 23 Jun 2020)
Changed paths:
M lld/ELF/Config.h
M lld/ELF/Driver.cpp
M lld/ELF/Writer.cpp
A lld/test/ELF/startstop-visibility.s
Log Message:
-----------
[ELF] Add -z start-stop-visibility= to set __start_/__stop_ symbol visibility
This matches the equivalent flag implemented in GNU linkers, see
https://sourceware.org/pipermail/binutils/2020-June/111685.html for
the associated discussion.
Differential Revision: https://reviews.llvm.org/D55682
More information about the All-commits
mailing list