This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Introduce asm macros for interceptor trampolines
ClosedPublic

Authored by melver on May 24 2023, 5:10 AM.

Details

Summary

This introduces macros for asm sources to define trampolines, and
aliases to trampolines.

Because we currently do not yet have any real trampolines, this change
is a NFC.

Depends on D151316

Diff Detail

Event Timeline

melver created this revision.May 24 2023, 5:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 24 2023, 5:10 AM
melver requested review of this revision.May 24 2023, 5:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 24 2023, 5:10 AM
Herald added subscribers: Restricted Project, pcwang-thead. · View Herald Transcript
dvyukov accepted this revision.May 24 2023, 5:13 AM
This revision is now accepted and ready to land.May 24 2023, 5:13 AM
vitalybuka accepted this revision.May 24 2023, 6:08 PM
This revision was landed with ongoing or failed builds.May 25 2023, 3:02 AM
This revision was automatically updated to reflect the committed changes.