Skip to content

[lldb] Various changes to get building on next #8888

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 6 commits into from
Jun 20, 2024

Conversation

bnbarham
Copy link

No description provided.

@bnbarham bnbarham requested a review from adrian-prantl June 12, 2024 22:42
@bnbarham bnbarham requested a review from JDevlieghere as a code owner June 12, 2024 22:42
@bnbarham
Copy link
Author

bnbarham commented Jun 12, 2024

@JDevlieghere / @adrian-prantl how major is actually implementing the new methods in TypeSystemSwift/DWARFASTParserSwift?

bnbarham added 6 commits June 13, 2024 16:48
Adds empty implementations for `GetPtrAuthKey`,
`GetPtrAuthDiscriminator`, and `GetPtrAuthAddressDiversity`.
…dDefinitionTypeForDIE`"

This reverts commit d1782cc as the
upstream change adding it was reverted. Keeping it in history so we can
re-apply.
@bnbarham bnbarham force-pushed the get-next-building branch from ee8d64c to 66f6fa9 Compare June 14, 2024 00:21
@@ -1349,7 +1349,7 @@ SwiftExpressionParser::ParseAndImport(
if (enable_bare_slash_regex_literals) {
lang_opts.enableFeature(swift::Feature::BareSlashRegexLiterals);
}
if (uint32_t version = m_expr.Language().version) {
if (uint32_t version = m_expr.Language().version)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change looks scary.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But I think it's correct.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heh, yeah. I was going to add the } instead but this matches what was... somewhere (stable/20230725 I assume?)

@bnbarham bnbarham merged commit 3daad27 into swiftlang:next Jun 20, 2024
@bnbarham bnbarham deleted the get-next-building branch June 20, 2024 23:18
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.

2 participants