This is an archive of the discontinued LLVM Phabricator instance.

[Darwin][StableABI][ASan] Remove version mismatch check from stable abi shim
ClosedPublic

Authored by thetruestblue on Aug 22 2023, 5:50 PM.

Details

Summary

By its nature the stable abi does not require a version check symbol.
This patch sets -asan-guard-against-version-mismatch=0 for stable abi.
And updates tests to reflect this

Diff Detail

Event Timeline

thetruestblue created this revision.Aug 22 2023, 5:50 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 22 2023, 5:50 PM
Herald added a subscriber: Enna1. · View Herald Transcript
thetruestblue requested review of this revision.Aug 22 2023, 5:50 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 22 2023, 5:50 PM
Herald added subscribers: Restricted Project, cfe-commits. · View Herald Transcript
This comment was removed by thetruestblue.
rsundahl accepted this revision.Aug 23 2023, 3:03 PM

LGTM since we ship the shim with the toolchain.

This revision is now accepted and ready to land.Aug 23 2023, 3:03 PM
yln accepted this revision.Aug 24 2023, 11:25 AM