-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Debug Info: Encode Archetype names in DWARF #22752
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
Conversation
@swift-ci test |
Sorry for the inconvenience but do you mind rebasing this on top of #22252 ? We really only need names for top-level generic parameters; dependent member type names are part of the mangling and don't need to be recorded here. |
Build failed |
Build failed |
Currently LLDB calls into ide::getDeclFromMangledSymbolName() to get to this information and we would like to get rid of this call. rdar://problem/47798056
587ada2
to
3b7353a
Compare
test with apple/swift-lldb#1318 |
@slavapestov I think rebasing this on #22252 or vice versa shouldn't be hard at all so the order in which we land these probably doesn't matter too much. |
Build failed |
test with apple/swift-lldb#1318 |
Build failed |
Linux test failed because a Foundation test failed, which is likely unrelated to this patch. |
test with apple/swift-lldb#1318 |
Currently LLDB calls into ide::getDeclFromMangledSymbolName() to get
to this information and we would like to get rid of this call.
rdar://problem/47798056