Skip to content

[lldb] Speed up check if C++ interop and embedded are enabled #11056

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

augusto2112
Copy link

Previously, we were parsing every compile unit to look up the flags that indicate whether the current compile unit had C++ interop and/or embedded Swift enabled. Change that to parse only the compile unit we're interested in.

rdar://153198051

@augusto2112 augusto2112 requested a review from a team as a code owner July 23, 2025 21:11
@augusto2112
Copy link
Author

@swift-ci test

@augusto2112
Copy link
Author

@swift-ci test

@augusto2112
Copy link
Author

@swift-ci test Windows

2 similar comments
@augusto2112
Copy link
Author

@swift-ci test Windows

@augusto2112
Copy link
Author

@swift-ci test Windows

Previously, we were parsing every compile unit to look up the flags that
indicate whether the current compile unit had C++ interop and/or embedded
Swift enabled. Change that to parse only the compile unit we're
interested in.

rdar://153198051
@augusto2112
Copy link
Author

@swift-ci test

@augusto2112
Copy link
Author

@swift-ci test macOS

@augusto2112
Copy link
Author

@swift-ci test Windows

2 similar comments
@augusto2112
Copy link
Author

@swift-ci test Windows

@augusto2112
Copy link
Author

@swift-ci test Windows

@adrian-prantl adrian-prantl merged commit a96b212 into swiftlang:swift/release/6.2 Jul 28, 2025
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