[PATCH] D65584: [ELF] Make binding (weak or non-weak) logic consistent for Undefined and SharedSymbol

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 2 04:28:39 PDT 2019


MaskRay updated this revision to Diff 213014.
MaskRay retitled this revision from "[ELF] resolveUndefined: make STB_WEAK logic consistent for Undefined and SharedSymbol" to "[ELF] Make binding (weak or non-weak) logic consistent for Undefined and SharedSymbol".
MaskRay edited the summary of this revision.
MaskRay added a comment.

Retitle. Mention that:

> In the future, we can explore the option that turns both (0,1) into errors.
>  --no-allow-shlib-undefined is in action.


Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D65584

Files:
  ELF/InputFiles.cpp
  ELF/Symbols.cpp
  ELF/Symbols.h
  test/ELF/weak-undef-shared.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65584.213014.patch
Type: text/x-patch
Size: 4058 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190802/4ce2055c/attachment-0001.bin>


More information about the llvm-commits mailing list