Skip to content

[lldb] Initialize SwiftASTContext with embedded swift feature #8300

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

In order for expression evaluation to work when debugging embedded swift programs, the compiler instance needs to be initialized with the embedded feature. The compiler writes "-enable-embedded-swift" into the CU's debug info when compiling in embedded Swift.

@augusto2112
Copy link
Author

swiftlang/swift#71962

@swift-ci test

@augusto2112
Copy link
Author

swiftlang/swift#71962

@swift-ci test Windows

In order for expression evaluation to work when debugging embedded swift
programs, the compiler instance needs to be initialized with the embedded
feature. The compiler writes "-enable-embedded-swift" into the CU's
debug info when compiling in embedded Swift.
@augusto2112 augusto2112 force-pushed the expr-embedded-swift branch from 6b95ead to 60dae80 Compare March 1, 2024 23:20
@augusto2112
Copy link
Author

@swift-ci test

@augusto2112
Copy link
Author

@swift-ci test Windows

@augusto2112
Copy link
Author

@swift-ci test windows

@augusto2112
Copy link
Author

@swift-ci test

@augusto2112 augusto2112 merged commit fa4fca2 into swiftlang:stable/20230725 Mar 6, 2024
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