-
Notifications
You must be signed in to change notification settings - Fork 967
Rename pac_sign_lr and update reserved ranges. #4209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@pmsjt : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
Learn Build status updates of commit cac237d: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
@corob-msft Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, add a #label:"aq-pr-triaged" |
Learn Build status updates of commit eb36c0a: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
@corob-msft : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
@pmsjt |
Unwind opcode names are usually short. The previous name stood out like a sore thumb. The rename makes it more consistent with the rest of the naming scheme. |
…docs-3816 Address cpp-docs 3816
This new opcode was initially documented as "pac_sign_return_address" in MicrosoftDocs/cpp-docs#4202, but was soon afterwards renamed into "pac_sign_lr" in MicrosoftDocs/cpp-docs#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. Differential Revision: https://reviews.llvm.org/D135762
This new opcode was initially documented as "pac_sign_return_address" in MicrosoftDocs/cpp-docs#4202, but was soon afterwards renamed into "pac_sign_lr" in MicrosoftDocs/cpp-docs#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. Differential Revision: https://reviews.llvm.org/D135762
No description provided.