Skip to content
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

[ctxprof][nfc] Remove redundant SANITIZER_NO_THREAD_SAFETY_ANALYSIS #133784

Merged
merged 1 commit into from
Mar 31, 2025

Conversation

mtrofin
Copy link
Member

@mtrofin mtrofin commented Mar 31, 2025

With the refactoring in PR #133744, __llvm_ctx_profile_start_context doesn't need to be marked SANITIZER_NO_THREAD_SAFETY_ANALYSIS because tryStartContextGivenRoot (where the bulk of the logic went) is.

With the refactoring in PR llvm#133744, `__llvm_ctx_profile_start_context`
doesn't need to be marked `SANITIZER_NO_THREAD_SAFETY_ANALYSIS` because
`tryStartContextGivenRoot` (where the bulk of the logic went) is.
@mtrofin mtrofin merged commit 225f6dd into llvm:main Mar 31, 2025
11 of 12 checks passed
@mtrofin mtrofin deleted the refactor branch March 31, 2025 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants