This is an archive of the discontinued LLVM Phabricator instance.

[lld-macho] Mark weak symbols in symbol table
ClosedPublic

Authored by int3 on Aug 31 2020, 10:18 PM.

Details

Reviewers
smeenai
Group Reviewers
Restricted Project
Commits
rG0a7e56f74c2a: [lld-macho] Mark weak symbols in symbol table

Diff Detail

Event Timeline

int3 created this revision.Aug 31 2020, 10:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 31 2020, 10:18 PM
int3 requested review of this revision.Aug 31 2020, 10:18 PM
smeenai accepted this revision.Sep 8 2020, 1:47 PM
smeenai added a subscriber: smeenai.

LGTM

lld/MachO/SyntheticSections.cpp
476

Might wanna adjust this a little?

This revision is now accepted and ready to land.Sep 8 2020, 1:47 PM
int3 updated this revision to Diff 290604.Sep 8 2020, 4:25 PM
int3 marked an inline comment as done.

adjust comment

This revision was automatically updated to reflect the committed changes.