[PATCH] D102570: [ELF] Add -Bsymbolic-non-weak-functions

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 29 15:08:40 PDT 2021


smeenai added a comment.

Thanks!

Btw, this is also pretty close to ld64's default behavior for Mach-O: non-weak definitions get bound directly, and weak definitions are left as interposable. The only difference is that ld64's behavior applies to data as well as functions.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102570/new/

https://reviews.llvm.org/D102570



More information about the llvm-commits mailing list