This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] [SEH] Rename pac_sign_return_address to pac_sign_lr
ClosedPublic

Authored by mstorsjo on Oct 12 2022, 4:31 AM.

Details

Summary

This new opcode was initially documented as "pac_sign_return_address"
in https://github.com/MicrosoftDocs/cpp-docs/pull/4202, but was
soon afterwards renamed into "pac_sign_lr" in
https://github.com/MicrosoftDocs/cpp-docs/pull/4209, as the other
name was unwieldy, and there were no other external references to
that name anywhere.

Rename our external .seh assembler directive - it hasn't been merged
for very long yet, so there's probably no external use to account for.

Rename all other internal references to the opcode similarly.

Diff Detail

Event Timeline

mstorsjo created this revision.Oct 12 2022, 4:31 AM
Herald added a project: Restricted Project. · View Herald Transcript
mstorsjo requested review of this revision.Oct 12 2022, 4:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 12 2022, 4:31 AM
Herald added a subscriber: MaskRay. · View Herald Transcript
This revision is now accepted and ready to land.Oct 12 2022, 9:54 AM
This revision was landed with ongoing or failed builds.Oct 12 2022, 12:21 PM
This revision was automatically updated to reflect the committed changes.