This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Always use INTERCEPTOR()+ALIAS()+WRAP() to create interceptor alias
ClosedPublic

Authored by melver on May 23 2023, 7:55 AM.

Details

Summary

Do not open code creation of an interceptor alias to another
interceptor. Instead, use INTERCEPTOR() + ALIAS() + WRAP.

Diff Detail

Event Timeline

melver created this revision.May 23 2023, 7:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 23 2023, 7:55 AM
melver requested review of this revision.May 23 2023, 7:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 23 2023, 7:55 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
dvyukov accepted this revision.May 23 2023, 8:00 AM
This revision is now accepted and ready to land.May 23 2023, 8:00 AM
This revision was landed with ongoing or failed builds.May 24 2023, 2:58 AM
This revision was automatically updated to reflect the committed changes.