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] Refactor __llvm_ctx_profile_start_context #133744

Merged
merged 1 commit into from
Mar 31, 2025

Conversation

mtrofin
Copy link
Member

@mtrofin mtrofin commented Mar 31, 2025

Most of the functionality will be reused with the auto-root detection mechanism (which is introduced subsequently in PR# 133147).

Most of the functionality will be reused with the auto-root detection
mechanism (which is introduced subsequently in PR# 133147).
@mtrofin mtrofin merged commit b01e5b2 into llvm:main Mar 31, 2025
12 checks passed
@mtrofin mtrofin deleted the refactor branch March 31, 2025 19:26
mtrofin added a commit that referenced this pull request Mar 31, 2025
…#133784)

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.
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