This is an archive of the discontinued LLVM Phabricator instance.

[lld/mac] Don't assert on -dead_strip + arm64 range extension thunks
ClosedPublic

Authored by thakis on Aug 27 2021, 4:22 PM.

Details

Summary

The assert is harmless and thinks worked fine in builds with asserts enabled,
but it's still nice to fix the assert.

Diff Detail

Event Timeline

thakis created this revision.Aug 27 2021, 4:22 PM
Herald added a project: Restricted Project. · View Herald Transcript
thakis requested review of this revision.Aug 27 2021, 4:22 PM
int3 accepted this revision.Aug 27 2021, 6:13 PM
int3 added a subscriber: int3.

lgtm

This revision is now accepted and ready to land.Aug 27 2021, 6:13 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 27 2021, 8:28 PM