Skip to content

[lldb] Use getters to retrieve Swift module search paths #3546

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

Merged
merged 1 commit into from
Dec 20, 2021

Conversation

ahoppen
Copy link
Member

@ahoppen ahoppen commented Nov 16, 2021

swiftlang/swift#40155 makes module search paths on SearchPathOptions only accessible using getters to only expose mutability through setters which can make sure that we maintain a module to module path lookup table.

A corresponding PR on apple/swift makes module search paths only accessible using getters to only expose mutability through setters which can make sure that we maintain a module to module path lookup table.
@ahoppen
Copy link
Member Author

ahoppen commented Nov 23, 2021

swiftlang/swift#40155

@swift-ci Please test

@ahoppen ahoppen merged commit 43f7de5 into swiftlang:stable/20210726 Dec 20, 2021
@ahoppen ahoppen deleted the pr/search-path-getters branch December 20, 2021 17:09
@JDevlieghere
Copy link

This was missing on stable/20211026. I've cherrypicked it there to fix the LLDB build: e02ac99

@ahoppen
Copy link
Member Author

ahoppen commented Dec 21, 2021

Thanks, @JDevlieghere. I totally forgot about that branch.

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