[PATCH] D113167: [lld-macho] Allow exporting weak def private-extern symbols.

Vy Nguyen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 8 19:00:07 PST 2021


oontvoo updated this revision to Diff 385676.
oontvoo marked an inline comment as done.
oontvoo added a comment.

- propagated weak_def_can_be_hidden to symbols so we can distinguish it with the "real" private_extern, if needed.
- consolidated tests with existing ones


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113167

Files:
  lld/MachO/ConcatOutputSection.cpp
  lld/MachO/Driver.cpp
  lld/MachO/InputFiles.cpp
  lld/MachO/MarkLive.cpp
  lld/MachO/SymbolTable.cpp
  lld/MachO/SymbolTable.h
  lld/MachO/Symbols.h
  lld/test/MachO/weak-def-can-be-hidden.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113167.385676.patch
Type: text/x-patch
Size: 8138 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211109/aec8e898/attachment-0001.bin>


More information about the llvm-commits mailing list