You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[lldb] Fix swift debugging with swift-extra-clang-flags
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
0 commit comments