Skip to content

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

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

Conversation

ahoppen
Copy link
Member

@ahoppen ahoppen commented Jan 10, 2022

Cherry-picks #3546 to next.


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.

rdar://87266378

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.

(cherry picked from commit e87c62d)
(cherry picked from commit e02ac99)
@JDevlieghere
Copy link

Thanks!

@ahoppen ahoppen merged commit 377a502 into swiftlang:next Jan 10, 2022
@ahoppen ahoppen deleted the pr/cherry-pick-module-search-path-getter-next branch January 10, 2022 20:42
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