-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Demangler: fix demangling and remangling of associated type paths. #12434
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 smoke test and merge |
@@ -0,0 +1,22 @@ | |||
// RUN: %target-swift-frontend -primary-file %s -emit-ir | %FileCheck %s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will fail because there are no CHECK: directives -- can you add some for the mangled symbols?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh, thanks! Yeah, that's what I wanted but apparently not did
@swift-ci smoke test and merge |
@swift-ci smoke test and merge |
1 similar comment
@swift-ci smoke test and merge |
@swift-ci smoke test and merge |
1 similar comment
@swift-ci smoke test and merge |
@swift-ci smoke test and merge |
1 similar comment
@swift-ci smoke test and merge |
fixes SR-6138