Skip to content

Expose a ImportPrivateDependencies LangOpt for LLDB (NFC). #75658

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
merged 1 commit into from
Aug 6, 2024

Conversation

adrian-prantl
Copy link
Contributor

This patch allows controlling the automatic import of private dependencies separately from the DebuggerSupport option, which currently also triggers this behavior. With explicit modules + precise compiler invocations LLDB is moving towards no longer needing this behavior.

rdar://133088201

Risk: This patch has no effect on the compiler itself and is only needed by the compiler that's embedded into LLDB.
Resolves: rdar://132360374
Testing: In LLDB.

Needed for swiftlang/llvm-project#9039.

@adrian-prantl
Copy link
Contributor Author

test with swiftlang/llvm-project#9039
@swift-ci test

This patch allows controlling the automatic import of private dependencies
separately from the DebuggerSupport option, which currently also triggers this
behavior. With explicit modules + precise compiler invocations LLDB is moving
towards no longer needing this behavior.

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

test with swiftlang/llvm-project#9039
@swift-ci test

@adrian-prantl adrian-prantl merged commit 497b266 into swiftlang:release/6.0 Aug 6, 2024
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.

3 participants