Skip to content

[lldb] Fix swift debugging with swift-extra-clang-flags #10632

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

Conversation

cachemeifyoucan
Copy link

When the ClangImporter in SwiftASTContext is setup with DirectCC1, it wasn't working with swift-extra-clang-flags because that will trigger the non DirectCC1 code path only. Make the option working with DirectCC1 mode by directly appending the flag.

rdar://150238095

When the ClangImporter in SwiftASTContext is setup with DirectCC1, it
wasn't working with `swift-extra-clang-flags` because that will trigger
the non DirectCC1 code path only. Make the option working with DirectCC1
mode by directly appending the flag.

rdar://150238095
@cachemeifyoucan cachemeifyoucan merged commit 8e1abb2 into swiftlang:next May 7, 2025
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.

1 participant