Skip to content

Conversation

ojhunt
Copy link

@ojhunt ojhunt commented Aug 23, 2025

This is correcting some code drift that has occurred during the upstreaming of pointer authentication to upstream llvm

@ojhunt ojhunt requested a review from rjmccall August 23, 2025 09:04
@ojhunt ojhunt self-assigned this Aug 23, 2025
@ojhunt
Copy link
Author

ojhunt commented Aug 23, 2025

@rjmccall pinging you as I don't know who in swift lang I should have review this, even though it is fairly trivial alignment of source

@@ -150,11 +150,6 @@ FEATURE(memory_sanitizer,
FEATURE(type_sanitizer, LangOpts.Sanitize.has(SanitizerKind::Type))
FEATURE(thread_sanitizer, LangOpts.Sanitize.has(SanitizerKind::Thread))
FEATURE(dataflow_sanitizer, LangOpts.Sanitize.has(SanitizerKind::DataFlow))
FEATURE(ptrauth_intrinsics, LangOpts.PointerAuthIntrinsics)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are duplicated courtesy of merge mayhem

@ojhunt ojhunt merged commit 986728c into next Aug 26, 2025
@ojhunt ojhunt deleted the users/ojhunt/resolve-ptrauth-code-drift branch August 26, 2025 04:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants