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] Add an expression evaluation test for modules built with ... #9809

Open
wants to merge 1 commit into
base: stable/20240723
Choose a base branch
from

Conversation

augusto2112
Copy link

-enable-testing and -enable-library-evolution

-enable-testing affects the visibility of types, which together with -enable-library-evolution may cause the compiler embedded in LLDB to generate incorrect code on expression evaluation.

@augusto2112 augusto2112 requested a review from a team as a code owner January 8, 2025 02:03
@augusto2112
Copy link
Author

swiftlang/swift#78486
@swift-ci test

-enable-testing and -enable-library-evolution

-enable-testing affects the visibility of types, which together with
-enable-library-evolution may cause the compiler embedded in LLDB to
generate incorrect code on expression evaluation.
@augusto2112
Copy link
Author

swiftlang/swift#78486
@swift-ci test

DYLIB_SWIFT_SOURCES:=Public.swift \
-f $(MAKEFILE_RULES)

clean::

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is no longer required.

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