[all-commits] [llvm/llvm-project] 4adf7a: [ELF] Add -Bno-symbolic
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri May 14 09:40:55 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4adf7a7604069331849c26c0f808a9bb6e22e461
https://github.com/llvm/llvm-project/commit/4adf7a7604069331849c26c0f808a9bb6e22e461
Author: Fangrui Song <i at maskray.me>
Date: 2021-05-14 (Fri, 14 May 2021)
Changed paths:
M lld/ELF/Config.h
M lld/ELF/Driver.cpp
M lld/ELF/Options.td
M lld/docs/ReleaseNotes.rst
M lld/docs/ld.lld.1
M lld/test/ELF/bsymbolic.s
Log Message:
-----------
[ELF] Add -Bno-symbolic
This option will be available in GNU ld 2.27 (https://sourceware.org/bugzilla/show_bug.cgi?id=27834).
This option can cancel previously specified -Bsymbolic and
-Bsymbolic-functions. This is useful for excluding some links when the
default uses -Bsymbolic-functions.
Reviewed By: jhenderson, peter.smith
Differential Revision: https://reviews.llvm.org/D102383
More information about the All-commits
mailing list