This is an archive of the discontinued LLVM Phabricator instance.

[lld-macho] Honor weak and thread-local flag for TAPI symbols
ClosedPublic

Authored by BertalanD on Aug 16 2022, 2:23 PM.

Details

Diff Detail

Event Timeline

BertalanD created this revision.Aug 16 2022, 2:23 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 16 2022, 2:23 PM
BertalanD requested review of this revision.Aug 16 2022, 2:23 PM
thakis accepted this revision.Aug 16 2022, 3:02 PM
thakis added a subscriber: thakis.

Whoops!

This revision is now accepted and ready to land.Aug 16 2022, 3:02 PM
MaskRay added inline comments.
lld/MachO/InputFiles.cpp
1948–1949

If symbol is not null, prefer a const reference.

Herald added a project: Restricted Project. · View Herald TranscriptAug 16 2022, 11:00 PM