Cherry pick recent commits into 6.4#12935
Open
augusto2112 wants to merge 4 commits into
Open
Conversation
…lvm#172055) The current behavior will pick the first symbol that contains the address, this causes LLDB to pick the wrong symbol when looking for swift reflection metadata on Linux, as in that case it is valid for a symbol to completely encompass another one. Instead, this function should prefer the symbol which is an exact, if it exists. As a bonus, this should also be faster in the vast majority of the cases, as we probably query symbols by their exact address most of the time. rdar://166344740 (cherry picked from commit 2085534) (cherry picked from commit 2e841d3)
We were only matching on top protocol types, like "any Sendable" or "any Sendable & Foo", but if the protocol type is not the top type, like Sendable?, we would fail to strip the marker protocol. Assisted-by: claude rdar://175984696 (cherry picked from commit 610897b)
Assisted-by: Claude rdar://175381960 (cherry picked from commit 22bc037)
Author
|
@swift-ci test |
(cherry picked from commit 14b74ae)
4652653 to
8b6ea8e
Compare
Author
|
@swift-ci test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.