Skip to content

Revert "[lldb] Fix the way we set up the lldb modules infrastructure." #7458

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

bnbarham
Copy link

This reverts commit c95a0c9.

llvm#65683 split -fincremental-extensions and IncrementalProcessing such that IncrementalProcessing can be used to extend the lifetime of various datastructures without parsing changes. LLDB really should not be parsing any differently to a regular compile, so switch back to using just IncrementalProcessing.

This reverts commit c95a0c9.

llvm#65683 split `-fincremental-extensions` and `IncrementalProcessing`
such that `IncrementalProcessing` can be used to extend the lifetime of
various datastructures without parsing changes. LLDB really should not
be parsing any differently to a regular compile, so switch back to using
just `IncrementalProcessing`.
Copy link

@adrian-prantl adrian-prantl left a comment

Choose a reason for hiding this comment

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

LGTM as a temporary fix until this has been resolved upstream and we can cherry-pick the real solution.

@bnbarham bnbarham merged commit 3630497 into swiftlang:stable/20230725 Sep 13, 2023
@bnbarham bnbarham deleted the revert-lldb-incremental-extensions-cherry branch September 13, 2023 21:52
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