This is an archive of the discontinued LLVM Phabricator instance.

[lld/mac] Fix bug in interaction of -dead_strip and -undefined dynamic_lookup
ClosedPublic

Authored by thakis on Jul 22 2021, 8:39 AM.

Details

Summary

We lost the used bit on the Undefined when we replaced it with a DylibSymbol
in treatUndefined().

Diff Detail