Skip to content
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

[lldb] Use function in TestSwiftEmbeddedExpression so its not deleted #8740

Merged
merged 1 commit into from
May 16, 2024

Conversation

augusto2112
Copy link

The compiler will not keep functions only for the debugger when compiling in embedded Swift mode. Change TestSwiftEmbeddedExpression so the function being called is not optimized out.

The compiler will not keep functions only for the debugger when
compiling in embedded Swift mode. Change TestSwiftEmbeddedExpression so
the function being called is not optimized out.
@augusto2112
Copy link
Author

@swift-ci test

@augusto2112 augusto2112 changed the base branch from swift/release/6.0 to apple/main May 10, 2024 20:57
@augusto2112 augusto2112 changed the base branch from apple/main to swift/release/6.0 May 10, 2024 20:58
@adrian-prantl adrian-prantl merged commit 440cfb5 into apple:swift/release/6.0 May 16, 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.

None yet

2 participants