Skip to content

[lldb] Remove functionality to rename module names before reconstruction #9180

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
Sep 11, 2024

Conversation

augusto2112
Copy link

Remove functionality to rename a type's module name from ABI name to real name before type reconstruction.

With changes in the compiler side, this functionality is not needed anymore. Besides, this functionality was incomplete as it could not deal with multiple modules sharing the same ABI name.

@augusto2112
Copy link
Author

swiftlang/swift#76065
@swift-ci test

2 similar comments
@augusto2112
Copy link
Author

swiftlang/swift#76065
@swift-ci test

@augusto2112
Copy link
Author

swiftlang/swift#76065
@swift-ci test

@augusto2112
Copy link
Author

@swift-ci test

@augusto2112
Copy link
Author

@swift-ci test

Remove functionality to rename a type's module name from ABI name to
real name before type reconstruction.

With changes in the compiler side, this functionality is not needed
anymore. Besides, this functionality was incomplete as it could not deal
with multiple modules sharing the same ABI name.
@augusto2112
Copy link
Author

@swift-ci test

@augusto2112 augusto2112 merged commit df110cd into swiftlang:stable/20230725 Sep 11, 2024
3 checks passed
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