[PATCH] D88945: [ELF] Don't change binding to STB_WEAK for an undefined specified by -u

Troy Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 7 07:26:17 PDT 2020


troyj added a comment.

This patch fixes the problem that I encountered downstream linking -u foo a.o b.a where foo is weak in a.o and provided in b.a.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88945



More information about the llvm-commits mailing list