This is an archive of the discontinued LLVM Phabricator instance.

[lld-macho] Downgrade "cannot export hidden symbol" to warning
ClosedPublic

Authored by int3 on Jul 28 2021, 3:38 PM.

Details

Summary

This matches ld64's behavior, and makes it easier to fit LLD
into existing build systems.

Diff Detail

Event Timeline

int3 created this revision.Jul 28 2021, 3:38 PM
Herald added a project: Restricted Project. · View Herald Transcript
int3 requested review of this revision.Jul 28 2021, 3:38 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 28 2021, 3:38 PM
smeenai accepted this revision.Jul 28 2021, 3:41 PM
smeenai added a subscriber: smeenai.

LGTM. Turning on fatal linker warnings would make this an error anyway, so this makes sense to me.

This revision is now accepted and ready to land.Jul 28 2021, 3:41 PM
This revision was landed with ongoing or failed builds.Jul 28 2021, 3:47 PM
This revision was automatically updated to reflect the committed changes.