[PATCH] D102662: [lld/mac] Correctly set nextdefsym

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 17 19:30:14 PDT 2021


thakis created this revision.
thakis added a reviewer: lld-macho.
Herald added a reviewer: int3.
Herald added a reviewer: gkm.
Herald added a project: lld-macho.
thakis requested review of this revision.

In LC_DYSYMTAB, private externs were still emitted as exported symbols instead
of as locals.

Fixes PR50373.


https://reviews.llvm.org/D102662

Files:
  lld/MachO/SyntheticSections.cpp
  lld/test/MachO/symtab.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102662.346034.patch
Type: text/x-patch
Size: 6329 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210518/16da9bb0/attachment.bin>


More information about the llvm-commits mailing list