[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 11:37:45 PST 2020


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

address XXXs about weak private externs and add test for them

I'll reply to comments in a bit. This is now done (except for review comments).


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
  lld/test/MachO/weak-private-extern.s

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


More information about the llvm-commits mailing list