Skip to content

Conversation

@adrian-prantl
Copy link
Contributor

LLDB needs to control whether implicit Swift modules are on or off within a single ASTContext:

  • when importing the context of a Swift module in an EBM project only explicit modules should be allowed

  • when evaluating arbitrary expressions (which may include import directives) implicit modules should be enabled

rdar://166494895

LLDB needs to control whether implicit Swift modules are on or off within a
single ASTContext:

- when importing the context of a Swift module in an EBM
  project only explicit modules should be allowed

- when evaluating arbitrary expressions (which may include `import` directives)
  implicit modules should be enabled

rdar://166494895
@adrian-prantl
Copy link
Contributor Author

@swift-ci test

@adrian-prantl
Copy link
Contributor Author

@swift-ci test windows

@adrian-prantl adrian-prantl merged commit 753a83e into swiftlang:main Dec 16, 2025
5 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