[all-commits] [llvm/llvm-project] b4ead2: [lld/mac] Correctly set nextdefsym
Nico Weber via All-commits
all-commits at lists.llvm.org
Tue May 18 10:54:51 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b4ead2c37bcbb1f81919c68e2a2a227aac90f07c
https://github.com/llvm/llvm-project/commit/b4ead2c37bcbb1f81919c68e2a2a227aac90f07c
Author: Nico Weber <thakis at chromium.org>
Date: 2021-05-18 (Tue, 18 May 2021)
Changed paths:
M lld/MachO/SyntheticSections.cpp
M lld/test/MachO/symtab.s
Log Message:
-----------
[lld/mac] Correctly set nextdefsym
In LC_DYSYMTAB, private externs were still emitted as exported symbols instead
of as locals.
Fixes PR50373. See bug for details.
Differential Revision: https://reviews.llvm.org/D102662
More information about the All-commits
mailing list