Skip to content

🍒[lldb][cxx-interop] Populate C++ stdlib options correctly #10137

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
Mar 7, 2025

Conversation

egorzhdan
Copy link

This fixes errors printed by lldb:

error: module 'XYZ' was built with libc++, but current compilation uses unknown C++ stdlib

Original PR: #10084

rdar://144894619

This fixes errors printed by lldb:

```
error: module 'XYZ' was built with libc++, but current compilation uses unknown C++ stdlib
```

rdar://144894619
@egorzhdan egorzhdan requested a review from a team as a code owner February 28, 2025 16:17
@egorzhdan
Copy link
Author

@swift-ci please test

@ravikandhadai
Copy link

Fixes a regression that causes module import failures when debugging code using Swift/C++ interoperability.

@ravikandhadai ravikandhadai merged commit e0a6ccb into swift/release/6.1 Mar 7, 2025
3 checks passed
@ravikandhadai ravikandhadai deleted the egorzhdan/6.1-lldb-cxxstdlib branch March 7, 2025 19:05
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