[PATCH] D93609: [lld/mac] Implement support for private extern symbols

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 21 06:32:35 PST 2020


thakis updated this revision to Diff 313098.
thakis edited the summary of this revision.
thakis added a comment.

- update tests (even found a bug in the common symbol handling)
- tweak behavior of two commons with same size to match ld64
- add many tests. i verified that ld64 has the same behavior on these tests

still need to look at weak private external XXXs.


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

https://reviews.llvm.org/D93609

Files:
  lld/MachO/Driver.cpp
  lld/MachO/InputFiles.cpp
  lld/MachO/Options.td
  lld/MachO/SymbolTable.cpp
  lld/MachO/SymbolTable.h
  lld/MachO/Symbols.h
  lld/MachO/SyntheticSections.cpp
  lld/MachO/SyntheticSections.h
  lld/test/MachO/dylink-lazy.s
  lld/test/MachO/private-extern.s
  lld/test/MachO/symtab.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93609.313098.patch
Type: text/x-patch
Size: 22862 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201221/96094888/attachment.bin>


More information about the llvm-commits mailing list