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

Disable AutoPCH early on platforms that don't support it #11362

Merged
merged 3 commits into from
Aug 25, 2023

Conversation

Colengms
Copy link
Contributor

Should address: #11315 , #10789

The IntelliSense process should automatically detect when AutoPCH is not supportable (on platforms that don't support disabling ASLR/PIE). We've had reports of issues on M1 Mac that are addressed by disabling the IntelliSense cache, suggesting fallback does not always work as expected. It's actually more efficient to disable the cache early on platforms we know do not support it, rather than wait for the fallback to occur.

@Colengms Colengms changed the title Disable autoPCH early on platforms that don't support it Disable AutoPCH early on platforms that don't support it Aug 25, 2023
sean-mcmanus
sean-mcmanus previously approved these changes Aug 25, 2023
@Colengms Colengms merged commit 78a8ff3 into main Aug 25, 2023
@Colengms Colengms deleted the dev/coleng/disable_autopch branch August 25, 2023 01:29
@github-actions github-actions bot locked and limited conversation to collaborators Oct 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants